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


In This Topic
    RdlSize Class Members
    In This Topic

    The following tables list the members exposed by RdlSize.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    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 ReportSize value when this object contains a constant.

    Throws an exception is thrown if this 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 its value.  
    Public MethodConverts the current object to a string.  
    Public Methodstatic (Shared in Visual Basic)Parses a string into properties of RdlSize type.  
    Top
    Public Operators
    Tests whether two RdlSize objects are equal.
    Overloaded. Converts a RdlSize value to a string.
    Tests whether two RdlSize objects are not equal.
    Top
    See Also