ReportExpression-Struktur
Represents a report expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Structure ReportExpression _
Implements IExpression, IXmlSerializable, IFormattable
'Usage
Dim instance As ReportExpression
public struct ReportExpression : IExpression,
IXmlSerializable, IFormattable
public value class ReportExpression : IExpression,
IXmlSerializable, IFormattable
[<SealedAttribute>]
type ReportExpression =
struct
interface IExpression
interface IXmlSerializable
interface IFormattable
end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.
Der ReportExpression-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ReportExpression(Boolean) | Infrastruktur | |
ReportExpression(DateTime) | Infrastruktur | |
ReportExpression(Double) | ||
ReportExpression(Int32) | Infrastruktur | |
ReportExpression(String) | Initializes a new instance of the ReportExpression class. | |
ReportExpression(String, EvaluationMode) | Initializes a new instance of the ReportExpression class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
DataType | The data type of the evaluated expression. | |
Empty | Infrastruktur | |
EvaluationMode | The evaluation mode. | |
Expression | The expression string. | |
IsEmpty | Infrastruktur | |
IsExpression | Indicates whether this is an expression. | |
Value | The value of the expression. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
BuildFieldReference(String) | Infrastruktur | |
BuildFieldReference(String, String) | Infrastruktur | |
BuildFunctionCall | Infrastruktur | |
BuildGlobalReference | Infrastruktur | |
BuildNullValue | ||
BuildParameterReference(String) | Infrastruktur | |
BuildParameterReference(String, String) | Infrastruktur | |
BuildStringLiteral | ||
BuildUserReference | Infrastruktur | |
Equals | Tests the equality of the current instance with another expression. (Überschreibt ValueType. . :: . .Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetDependencies | ||
GetFieldReference | Infrastruktur | |
GetHashCode | Gets a unique hash code for the current instance. (Überschreibt ValueType. . :: . .GetHashCode() () () ().) | |
GetType | (Geerbt von Object.) | |
IsAggregateExpression | Infrastruktur | |
IsExpressionString | Indicates whether a string is an expression. | |
MemberwiseClone | (Geerbt von Object.) | |
ToString() () () () | Converts the current ReportExpression instance to a string. (Überschreibt ValueType. . :: . .ToString() () () ().) | |
ToString(String, IFormatProvider) | Converts the current ReportExpression instance to a string. |
Zum Anfang
Operatoren
Name | Beschreibung | |
---|---|---|
Equality(String, ReportExpression) | Tests the equality of two expressions. | |
Equality(ReportExpression, ReportExpression) | Tests the equality of two expressions. | |
Equality(ReportExpression, String) | Tests the equality of two expressions. | |
Explicit Narrowing Explicit Explicit Explicit(ReportExpression to String) | Converts a ReportExpression object to an expression string. | |
Implicit Widening Implicit Implicit Implicit(String to ReportExpression) | Converts an expression string to a ReportExpression object. | |
Inequality(String, ReportExpression) | Tests the inequality of two expressions. | |
Inequality(ReportExpression, ReportExpression) | Tests the inequality of two expressions. | |
Inequality(ReportExpression, String) | Tests the inequality of two expressions. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IXmlSerializable. . :: . .GetSchema | ||
IXmlSerializable. . :: . .ReadXml | ||
IXmlSerializable. . :: . .WriteXml | ||
IExpression. . :: . .Value |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.