ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSource Class / DataSourceReference Property

In This Topic
    DataSourceReference Property
    In This Topic

    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