ReportExpression 구조
Represents a report expression.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Structure ReportExpression _
Implements IExpression, IXmlSerializable, IFormattable
‘사용 방법
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는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.
ReportExpression 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
ReportExpression(Boolean) | 인프라입니다. | |
ReportExpression(DateTime) | 인프라입니다. | |
ReportExpression(Double) | ||
ReportExpression(Int32) | 인프라입니다. | |
ReportExpression(String) | Initializes a new instance of the ReportExpression class. | |
ReportExpression(String, EvaluationMode) | Initializes a new instance of the ReportExpression class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
DataType | The data type of the evaluated expression. | |
Empty | 인프라입니다. | |
EvaluationMode | The evaluation mode. | |
Expression | The expression string. | |
IsEmpty | 인프라입니다. | |
IsExpression | Indicates whether this is an expression. | |
Value | The value of the expression. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
BuildFieldReference(String) | 인프라입니다. | |
BuildFieldReference(String, String) | 인프라입니다. | |
BuildFunctionCall | 인프라입니다. | |
BuildGlobalReference | 인프라입니다. | |
BuildNullValue | ||
BuildParameterReference(String) | 인프라입니다. | |
BuildParameterReference(String, String) | 인프라입니다. | |
BuildStringLiteral | ||
BuildUserReference | 인프라입니다. | |
Equals | Tests the equality of the current instance with another expression. (ValueType. . :: . .Equals(Object)을(를) 재정의함) | |
Finalize | (Object에서 상속됨) | |
GetDependencies | ||
GetFieldReference | 인프라입니다. | |
GetHashCode | Gets a unique hash code for the current instance. (ValueType. . :: . .GetHashCode() () () ()을(를) 재정의함) | |
GetType | (Object에서 상속됨) | |
IsAggregateExpression | 인프라입니다. | |
IsExpressionString | Indicates whether a string is an expression. | |
MemberwiseClone | (Object에서 상속됨) | |
ToString() () () () | Converts the current ReportExpression instance to a string. (ValueType. . :: . .ToString() () () ()을(를) 재정의함) | |
ToString(String, IFormatProvider) | Converts the current ReportExpression instance to a string. |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IXmlSerializable. . :: . .GetSchema | ||
IXmlSerializable. . :: . .ReadXml | ||
IXmlSerializable. . :: . .WriteXml | ||
IExpression. . :: . .Value |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.