ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Services Namespace / SampleReportDescriptor Structure / Path Property

In This Topic
    Path Property (SampleReportDescriptor)
    In This Topic
    Gets the path of the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Path As String
    public string Path {get;}

    Property Value

    The path of the report.
    Remarks
    This property holds the file path to the report.
    See Also