ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / ReportInfo Class / Name Property

In This Topic
    Name Property (ReportInfo)
    In This Topic
    Gets or sets the report name.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    A System.String representing the name of the report.
    See Also