The RdlObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RdlObject(Object) |
Initializes a new instance of the RdlObject class with a constant.
|
![]() |
RdlObject(String) |
Initializes a new instance of the RdlObject class.
The s string is parsed to determine whether it represents a constant or an expression.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Compares the current object with another object.
This method performs comparison by value.
(Overrides RdlProp..::..Equals(Object).) |
![]() |
GetHashCode |
Gets the hash code for the current object based on value.
(Overrides RdlProp..::..GetHashCode()()()().) |
![]() ![]() |
IsNullOrEmpty |
Tests whether an RdlObject is null or empty.
|
![]() |
ToString |
Converts the current object to a string.
(Overrides Object..::..ToString()()()().) |
![]() ![]() |
TryParse |
Parses a string into properties of the RdlObject class.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality |
Tests whether two RdlObject objects are equal.
|
![]() ![]() |
Inequality |
Tests whether two RdlObject objects are not equal.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Empty |
Represents an empty RdlObject object.
|
![]() |
m_Expression |
The expression.
(Inherited from RdlProp.) |
![]() |
m_IsExpression |
A flag indicating that the value is an expression.
(Inherited from RdlProp.) |
Properties
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 RdlProp.) |
![]() |
IsExpression |
Gets a value indicating whether the current RdlProp is specified as an expression.
(Inherited from RdlProp.) |
![]() |
IsNull |
Returns true if object contains null value.
|
![]() |
Value |
Gets the object value if the current object contains a constant.
Throws an exception if the current object contains an expression.
|