Skip to main content
A newer version of this page is available. .

XtraReportModel.SourceOptions Property

Specifies the options of an ExcelDataSource.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ExcelSourceOptionsBase SourceOptions { get; set; }

Property Value

Type Description
ExcelSourceOptionsBase

An ExcelSourceOptionsBase descendant.

Implements

See Also