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

In This Topic
    RenderMode Property (ReportViewer)
    In This Topic
    Gets or sets the initial render mode: 'Paginated' or 'Galley'.
    Syntax
    'Declaration
     
    Public Property RenderMode As RenderMode
    public RenderMode RenderMode {get; set;}

    Property Value

    The initial render mode as a RenderMode.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards. Default value is 'Paginated'.
    See Also