XtraReportModel.SourceOptions Property
Specifies the options of an ExcelDataSource.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
public ExcelSourceOptionsBase SourceOptions { get; set; }
Public Property SourceOptions As ExcelSourceOptionsBase
Property Value
Type | Description |
---|---|
ExcelSourceOptionsBase | An ExcelSourceOptionsBase descendant. |
Implements
See Also
Feedback