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

In This Topic
    Expression Property (RdlSize)
    In This Topic
    Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if IsExpression gets false).
    Syntax
    'Declaration
     
    Public ReadOnly Property Expression As String
    public string Expression {get;}
    See Also