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

In This Topic
    Percentage Property
    In This Topic
    Adjusts the value of the zoom in percentage
    Syntax
    'Declaration
     
    Public Property Percentage As Nullable(Of Integer)
    public Nullable<int> Percentage {get; set;}
    See Also