ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Length Structure / Explicit Type Conversion Operator
GrapeCity.ActiveReports.Extensibility.Definition.Components.Length to convert to a string

In This Topic
    Explicit Type Conversion Operator (Length)
    In This Topic
    Converts current Length instance to a string
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal unit As Length _
    ) As String
    public string operator explicit( 
       Length unit
    )

    Parameters

    unit
    GrapeCity.ActiveReports.Extensibility.Definition.Components.Length to convert to a string

    Return Value

    String representation of current Length instance
    See Also