ChooseReportTypePage<TModel>.IsDataSourceValid(TModel, DataSourceType, ISolutionTypesProvider, IExceptionHandler, IWaitFormActivator, out String) Method
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public static bool IsDataSourceValid(
TModel model,
DataSourceType dataSourceType,
ISolutionTypesProvider solutionTypesProvider,
IExceptionHandler exceptionHandler,
IWaitFormActivator waitFormActivator,
out string errorMessage
)
Parameters
Name | Type |
---|---|
model | TModel |
dataSourceType | DataSourceType |
solutionTypesProvider | ISolutionTypesProvider |
exceptionHandler | IExceptionHandler |
waitFormActivator | IWaitFormActivator |
errorMessage | String |
Returns
Type |
---|
Boolean |
See Also