ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Seralization.Common Namespace / LengthCoder.DefaultValues Class / Value Method

In This Topic
    Value Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function Value( _
       ByVal defaultValue As Length _
    ) As Coders.Coder(Of Length)
    public Coders.Coder<Length> Value( 
       Length defaultValue
    )

    Parameters

    defaultValue
    See Also