ReportExpression Structure
Updated: February 25, 2016
Represents a report expression.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | ReportExpression(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportExpression class. |
![]() | ReportExpression(DateTime) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportExpression class. |
![]() | ReportExpression(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportExpression class. |
![]() | ReportExpression(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportExpression class. |
![]() | ReportExpression(String^) | Initializes a new instance of the ReportExpression class. |
![]() | ReportExpression(String^, EvaluationMode) | Initializes a new instance of the ReportExpression class. |
| Name | Description | |
|---|---|---|
![]() | DataType | Gets or sets the data type of the evaluated expression. |
![]() ![]() | Empty | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the empty report expression object. |
![]() | EvaluationMode | Gets or sets the evaluation mode for the report expression. |
![]() | Expression | Gets or sets the expression string. |
![]() | IsEmpty | This API supports the product infrastructure and is not intended to be used directly from your code. Gets whether the report expression is empty. |
![]() | IsExpression | Gets a value that indicates whether this is an expression. |
![]() | Value | Gets or sets the value of the expression. |
| Name | Description | |
|---|---|---|
![]() ![]() | BuildFieldReference(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a reference to the field. |
![]() ![]() | BuildFieldReference(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a reference to the field. |
![]() ![]() | BuildFunctionCall(String^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a function call expression. |
![]() ![]() | BuildGlobalReference(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a global reference expression. |
![]() ![]() | BuildNullValue() | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a null value expression. |
![]() ![]() | BuildParameterReference(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a parameter reference. |
![]() ![]() | BuildParameterReference(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a parameter reference. |
![]() ![]() | BuildStringLiteral(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a string literal expression. |
![]() ![]() | BuildUserReference(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Builds a user reference expression. |
![]() | Equals(Object^) | Tests the equality of the current instance with another expression.(Overrides ValueType::Equals(Object^).) |
![]() | GetDependencies(IList<ReportObject^>^, ReportObject^) | Gets dependencies from the parent object. |
![]() ![]() | GetFieldReference(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a field reference for the expression. |
![]() | GetHashCode() | Gets a unique hash code for the current instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | IsAggregateExpression(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether the report expression is an aggregate expression. |
![]() ![]() | IsExpressionString(String^) | Indicates whether a string is an expression. |
![]() | ToString() | Converts the current ReportExpression instance to a string.(Overrides ValueType::ToString().) |
![]() | ToString(String^, IFormatProvider^) | Converts the current ReportExpression instance to a string. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ReportExpression, ReportExpression) | Tests the equality of two expressions. |
![]() ![]() | Equality(ReportExpression, String^) | Tests the equality of two expressions. |
![]() ![]() | Equality(String^, ReportExpression) | Tests the equality of two expressions. |
![]() ![]() | Explicit(ReportExpression to String^) | Converts a ReportExpression object to an expression string. |
![]() ![]() | Implicit(String^ to ReportExpression) | Converts an expression string to a ReportExpression object. |
![]() ![]() | Inequality(ReportExpression, ReportExpression) | Tests the inequality of two expressions. |
![]() ![]() | Inequality(ReportExpression, String^) | Tests the inequality of two expressions. |
![]() ![]() | Inequality(String^, ReportExpression) | Tests the inequality of two expressions. |
| Name | Description | |
|---|---|---|
![]() ![]() | IXmlSerializable::GetSchema() | Returns the xml schema. |
![]() ![]() | IXmlSerializable::ReadXml(XmlReader^) | Reads xml documentation. |
![]() ![]() | IXmlSerializable::WriteXml(XmlWriter^) | Writes xml documentation. |
![]() ![]() | IExpression::Value | Gets or sets the expression value. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






