ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / InitialZoomPercentage Property

In This Topic
    InitialZoomPercentage Property (ReportViewer)
    In This Topic
    Set up the initial zoom value in percentage
    Syntax
    'Declaration
     
    Public Property InitialZoomPercentage As Nullable(Of Integer)
    public Nullable<int> InitialZoomPercentage {get; set;}
    See Also