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 | Gets or sets whether the data source is a FederationDataSource class instance. |
| IsFilterableDataSource | For internal use. |
| IsJsonDataSource | Gets or sets whether the data source is a JsonDataSource class instance. |
| IsListType | Inherited from DataSourceCommonInfo. |
| IsMongoDBDataSource | Gets or sets whether the data source is a MongoDBDataSource class instance. |
| 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