ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Length Constructor / Length Constructor(String)
A System.String value indicating the length, e.g., "1 cm", "10 pt".

In This Topic
    Length Constructor(String)
    In This Topic
    Initializes a new instance of the Length struct using a specified string length.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal length As String _
    )
    public Length( 
       string length
    )

    Parameters

    length
    A System.String value indicating the length, e.g., "1 cm", "10 pt".
    See Also