Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlProp Class
Fields Properties Methods


In This Topic
    RdlProp Class Members
    In This Topic

    The following tables list the members exposed by RdlProp.

    Protected Fields
     NameDescription
    Protected FieldThe expression.  
    Protected FieldA flag indicating that the value is an expression.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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).  
    Public PropertyGets a value indicating whether the current RdlProp is specified as an expression.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares the current RdlProp with another object. This method performs comparison by value.  
    Public MethodGets the hash code for the current RdlProp. The hash value is calculated based on the current object's value.  
    Top
    See Also