ISpecifyReportTemplateOptionsPageView.SetDataSource(Object, String, String) Method
If implemented, sets the data source with the specified settings for providing data to template fields.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSource | Object | An object that specifies the data source. |
dataSourceName | String | A string that specifies the data source name. |
dataMember | String | A string that specifies the data source member. |
See Also