IAIDataBoundEnterReportPromptPageView.SetDataSource(Object, String, String) Method
Adds data source schema displayed on the “Enter Report Description” page.
Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSource | Object | A data source used to create a report. |
dataSourceName | String | The data source name. |
dataMember | String | The data source member. |
See Also