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

In This Topic
    RenderFormat Property (ReportViewer)
    In This Topic
    Gets or sets the report render mode.
    Syntax
    'Declaration
     
    Public Property RenderFormat As RenderFormat
    public RenderFormat RenderFormat {get; set;}

    Property Value

    The render mode as a RenderFormat.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also