MapReportTemplateFieldsPageView.SetDataSource(Object, String, String) Method
Sets the data source with the specified settings for providing data to template fields.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.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. |
Implements
See Also