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

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

    Property Value

    The name of the report.
    Remarks
    This property holds the name of the report.
    See Also