Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlSize Class / Value Property

In This Topic
    Value Property (RdlSize)
    In This Topic
    Gets the ReportSize value when this object contains a constant.

    Throws an exception is thrown if this object contains an expression.

    Syntax
    'Declaration
     
    Public ReadOnly Property Value As ReportSize
    public ReportSize Value {get;}
    See Also