ReportExpression<T> Members
Include Protected Members
Include Inherited Members
Represents an expression in the report.
The ReportExpression<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReportExpression<T>(String) | Initializes a new instance of the ReportExpression<T> class. |
![]() |
ReportExpression<T>(T) | Initializes a new instance of the ReportExpression<T> class. |
![]() |
ReportExpression<T>(String, IFormatProvider) | Initializes a new instance of the ReportExpression<T> class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Tests the equality of the Value property with another object. (Overrides ValueType.Equals(Object).) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | Gets a unique hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() ![]() |
Parse(String, IFormatProvider) | Parses a string value into a ReportExpression<T> object. |
![]() |
ToString() | Converts the current ReportExpression<T> object to a string. (Overrides ValueType.ToString().) |
![]() |
ToString(String, IFormatProvider) | Converts the current ReportExpression<T> object to a string. |
Top
Operators
Top
Properties
Name | Description | |
---|---|---|
![]() |
Expression | The expression value. |
![]() |
IsEmpty | Indicates whether the expression object is empty. |
![]() |
IsExpression | Whether this is an expression. |
![]() |
Value | The calculated value. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IXmlSerializable.GetSchema() | |
![]() ![]() |
IXmlSerializable.ReadXml(XmlReader) | |
![]() ![]() |
IXmlSerializable.WriteXml(XmlWriter) | |
![]() ![]() |
IExpression.Value |
Top