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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public ExcelSourceOptionsBase SourceOptions { get; set; }

Property Value

Type Description
ExcelSourceOptionsBase

An ExcelSourceOptionsBase descendant.

Implements

See Also