DataSourceRefInfo Properties
Provides information to reference a report’s data source in theXtraReport.ObjectStorage
collection.
Name | Description |
---|---|
DataSerializer | A custom data source serializer. |
HasErrors | |
HasParameters | Gets or sets whether the data source has parameters. |
IsFederationDataSource | |
IsJsonDataSource | Gets or sets whether the data source is a JsonDataSource class instance. |
IsListType | Inherited from DataSourceCommonInfo. |
IsObjectDataSource | Gets or sets whether the data source is an ObjectDataSource class instance. |
IsSqlDataSource | Specifies whether the data source is an SqlDataSource class instance. |
IsSupportQueries | Inherited from DataSourceCommonInfo. |
Name | Specifies the data source name. |
Ref |
Specifies a reference to an object in the XtraReport.ObjectStorage collection.
|
See Also