The RdlBool type exposes the following members.
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.) |
|
False |
Gets an RdlBool object representing the constant false value.
|
|
IsExpression |
Gets a value indicating whether the current RdlProp is specified as an expression.
(Inherited from RdlProp.) |
|
True |
Gets an RdlBool object representing the constant true value.
|
|
Value |
Gets the Boolean value if the current object contains a constant.
Throws an exception if it contains an expression.
|