Name | Description | |
---|---|---|
RdlSize Constructor | Overloaded. |
The following tables list the members exposed by RdlSize.
Name | Description | |
---|---|---|
RdlSize Constructor | Overloaded. |
Name | Description | |
---|---|---|
m_Expression | The expression. (Inherited from C1.C1Rdl.RdlProp) | |
m_IsExpression | A flag indicating that the value is an expression. (Inherited from C1.C1Rdl.RdlProp) |
Name | Description | |
---|---|---|
Expression | 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). (Inherited from C1.C1Rdl.RdlProp) | |
IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp) | |
Value | Gets the ReportSize value when this object contains a constant.
Throws an exception is thrown if this object contains an expression. |
Name | Description | |
---|---|---|
Equals | Overridden. Compares the current object with another object. This method performs comparison by value. | |
GetHashCode | Overridden. Gets the hash code for the current object based on its value. | |
ToString | Converts the current object to a string. | |
TryParse | Parses a string into properties of RdlSize type. |
Equality | Tests whether two RdlSize objects are equal. |
Implicit Type Conversion | Overloaded. Converts a RdlSize value to a string. |
Inequality | Tests whether two RdlSize objects are not equal. |