ActiveReports 11
DataSourceReference Property

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataSource Class : DataSourceReference Property

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

Syntax
'Declaration
 
Public Property DataSourceReference As String
public string DataSourceReference {get; set;}

Property Value

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

Remarks
Relative paths are based on the location of the report.
See Also

Reference

DataSource Class
DataSource Members