Skip to main content
All docs
V25.2
  • DxDocumentViewer.ReportName Property

    Gets or sets a string that specifies the unique report name.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.dll

    NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

    Declaration

    [Parameter]
    public string ReportName { get; set; }

    Property Value

    Type Description
    String

    A string that identifies a report.

    Remarks

    The ReportName property specifies a string that report name resolution services translate to return a report.

    You can set the ReportName property at runtime to refresh the Document Viewer content. When you change the ReportName property, the Document Viewer control does not re-render, it only reloads the report.

    For additional information on how to load reports in the Document Viewer, refer to the following help topic: Open a Report in the Blazor Document Viewer.

    See Also