ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / Units Property

In This Topic
    Units Property (ReportDesigner)
    In This Topic
    Gets or sets the default measurement units.
    Syntax
    'Declaration
     
    Public Property Units As Units
    public Units Units {get; set;}

    Property Value

    An Units enum representing the default measurement units.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also