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


In This Topic
    RdlString Class Members
    In This Topic

    The following tables list the members exposed by RdlString.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an empty RdlString 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 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 PropertyGets the constant value represented by the current object. 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)Indicates wthether the specified RdlString instance 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 RdlString class.  
    Top
    Public Operators
    Tests whether two RdlString objects are equal.
    Overloaded. Converts an RdlString to a string.
    Tests whether two RdlString objects are not equal.
    Top
    See Also