ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / ReportName Property

In This Topic
    ReportName Property (ReportViewer)
    In This Topic
    Gets or sets the name of the report to be shown by the Viewer.
    Syntax
    'Declaration
     
    Public Property ReportName As String
    public string ReportName {get; set;}

    Property Value

    The name of the report as a System.String.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also