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


In This Topic
    RdlObject Class Members
    In This Topic

    The following tables list the members exposed by RdlObject.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an empty RdlObject object.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe expression. (Inherited from C1.C1Rdl.RdlProp)
    Protected FieldA flag indicating that the value is an expression. (Inherited from C1.C1Rdl.RdlProp)
    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 RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp)
    Public PropertyGets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp)
    Public PropertyReturns true if object contains null value.  
    Public PropertyGets the object value if the current object contains a constant. Throws an exception if the current object contains an expression.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Compares the current object with another object. This method performs comparison by value.  
    Public MethodOverridden. Gets the hash code for the current object based on value.  
    Public Methodstatic (Shared in Visual Basic)Tests whether an RdlObject is null or empty.  
    Public MethodConverts the current object to a string.  
    Public Methodstatic (Shared in Visual Basic)Parses a string into properties of the RdlObject class.  
    Top
    Public Operators
    Tests whether two RdlObject objects are equal.
    Overloaded. Converts an RdlObject to a string.
    Tests whether two RdlObject objects are not equal.
    Top
    See Also