ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Length Constructor / Length Constructor(String)
string value indicate the size, e.g. 1 cm, 10 pt

In This Topic
    Length Constructor(String)
    In This Topic
    Constructor for the Length class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal length As String _
    )
    public Length( 
       string length
    )

    Parameters

    length
    string value indicate the size, e.g. 1 cm, 10 pt
    See Also