ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitialZoomMode Class / Mode Property

In This Topic
    Mode Property (InitialZoomMode)
    In This Topic
    Adjusts the mode of the zoom
    Syntax
    'Declaration
     
    Public Property Mode As Nullable(Of ZoomMode)
    public Nullable<ZoomMode> Mode {get; set;}
    See Also