IWizardCustomizationService.TryCreateDataSource(IDataSourceModel, out Object, out String) Method
Creates a new report data source with the specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
bool TryCreateDataSource(
IDataSourceModel model,
out object dataSource,
out string dataMember
)
Parameters
| Name | Type | Description |
|---|---|---|
| model | IDataSourceModel | An object implementing the IDataSourceModel interface. |
| dataSource | Object | A Object value, specifying the data source. |
| dataMember | String | A String value, specifying the data member. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the data source has been created; otherwise, false. |
See Also