ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlProp Class / Expression Property

In This Topic
    Expression Property (RdlProp)
    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 System.String
    public System.string Expression {get;}
    See Also