ReportStringProperty Members
Include Protected Members
Include Inherited Members
Represents a report string property.
The ReportStringProperty type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ExpressionString | Gets the expression string for the report property, if the report property is an expression string. (Inherited from ReportProperty.) | |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. (Inherited from ReportProperty.) | |
Value | Gets the value of the report string property. |
Top