ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportInfo Class / SizeType Property

In This Topic
    SizeType Property
    In This Topic
    The size type of the report
    Syntax
    'Declaration
     
    Public Property SizeType As Nullable(Of SizeType)
    public Nullable<SizeType> SizeType {get; set;}
    See Also