Skip to main content
A newer version of this page is available. .

DataSourceRefInfo Properties

Provides information to reference a report’s data source in the XtraReport.ObjectStorage collection.
Name Description
DataSerializer A custom data source serializer.
HasParameters Gets or sets whether the data source has parameters.
IsJsonDataSource Gets or sets whether the data source is a JsonDataSource 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.
Name Specifies the data source name.
Ref Specifies a reference to an object in the XtraReport.ObjectStorage collection.
See Also