ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SharedDataSet Class / SharedDataSetReference Property

In This Topic
    SharedDataSetReference Property
    In This Topic
    Gets or sets the reference to a shared dataset.
    Syntax
    'Declaration
     
    Public Property SharedDataSetReference As String
    public string SharedDataSetReference {get; set;}

    Property Value

    A String containing the reference to the shared dataset.
    Remarks
    This reference is used to locate the shared dataset definition stored on the report server.
    See Also