[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataSource.DataSourceReference

DataSourceReference Property

DataSourceReference

Gets or sets a full or relative path to the reference of the data source.

Declaration
public string DataSourceReference { get; set; }
Property Value
Type Description
string

A string value indicating the full or relative path to the data source reference.

Remarks

Relative paths are based on the location of the report.

Examples
var dataSource = new DataSource();
dataSource.DataSourceReference = "path/to/your/datasource";