[]
Represents information about a report data source, specifying its connection details.
public class DataSource : IValidateable
A DataSource must have only one DataSourceReference or one ConnectionProperties object defined.
| Name | Description |
|---|---|
| DataSource() | Initializes a new instance of the DataSource class. |
| Name | Description |
|---|---|
| ConnectionProperties | Gets or sets the connection properties used to connect to the data source. |
| DataSourceReference | Gets or sets a full or relative path to the reference of the data source. |
| Name | Gets or sets a name of the data source. |
| Transaction | Gets or sets a value indicating whether the data source should execute its datasets within a single transaction. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the DataSource object. |