SpecifyReportTemplateOptionsPage.SetDataSource(Object, String, String) Method
Sets the data source with the specified settings for providing data to template fields.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
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