DataSourceRefInfo Members
Provides information to reference a report’s data source in theXtraReport.ObjectStorage collection.
Constructors
| Name | Description |
|---|---|
| DataSourceRefInfo() | Initializes a new instance of the DataSourceRefInfo class with the default settings. |
Properties
| 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.
|
Methods
| Name | Description |
|---|---|
| Assign(DataSourceCommonInfo) | Inherited from DataSourceCommonInfo. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also