[]
Gets or sets a full or relative path to the reference of the data source.
public string DataSourceReference { get; set; }
Type | Description |
---|---|
string | A string value indicating the full or relative path to the data source reference. |
Relative paths are based on the location of the report.
var dataSource = new DataSource();
dataSource.DataSourceReference = "path/to/your/datasource";