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

In This Topic
    InitialZoomMode Property (ReportViewer)
    In This Topic
    Gets or sets the initial zoom mode.
    Syntax
    'Declaration
     
    Public Property InitialZoomMode As Nullable(Of ZoomMode)
    public Nullable<ZoomMode> InitialZoomMode {get; set;}

    Property Value

    The initial zoom mode as a nullable ZoomMode.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also