ReportExpression(T) 구조
Represents an expression in the report.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Structure ReportExpression(Of T As {Structure, New}) _
Implements IExpression, IXmlSerializable, IFormattable
‘사용 방법
Dim instance As ReportExpression(Of T)
public struct ReportExpression<T> : IExpression,
IXmlSerializable, IFormattable
where T : struct, new()
generic<typename T>
where T : value class, gcnew()
public value class ReportExpression : IExpression,
IXmlSerializable, IFormattable
[<SealedAttribute>]
type ReportExpression<'T when 'T : struct, new()> =
struct
interface IExpression
interface IXmlSerializable
interface IFormattable
end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
ReportExpression<(Of <(<'T>)>)> 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
ReportExpression< (Of < ( <'T> ) > ) >(String) | Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class. |
![]() |
ReportExpression< (Of < ( <'T> ) > ) >(T) | Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class. |
![]() |
ReportExpression< (Of < ( <'T> ) > ) >(String, IFormatProvider) | Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Expression | The expression value. |
![]() |
IsEmpty | Indicates whether the expression object is empty. |
![]() |
IsExpression | Whether this is an expression. |
![]() |
Value | The calculated value. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | Tests the equality of the Value property with another object. (ValueType. . :: . .Equals(Object)을(를) 재정의함) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetDependencies | |
![]() |
GetHashCode | Gets a unique hash code for this instance. (ValueType. . :: . .GetHashCode() () () ()을(를) 재정의함) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() ![]() |
Parse | Parses a string value into a ReportExpression<(Of <(<'T>)>)> object. |
![]() |
ToString() () () () | Converts the current ReportExpression<(Of <(<'T>)>)> object to a string. (ValueType. . :: . .ToString() () () ()을(를) 재정의함) |
![]() |
ToString(String, IFormatProvider) | Converts the current ReportExpression<(Of <(<'T>)>)> object to a string. |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
![]() ![]() |
Equality(String, ReportExpression< (Of < <' (T> ) > > )) | Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Equality(T, ReportExpression< (Of < <' (T> ) > > )) | Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Equality(ReportExpression< (Of < <' (T> ) > > ), ReportExpression< (Of < <' (T> ) > > )) | Tests the equality between two ReportExpression<(Of <(<'T>)>)> objects. |
![]() ![]() |
Equality(ReportExpression< (Of < <' (T> ) > > ), String) | Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Equality(ReportExpression< (Of < <' (T> ) > > ), T) | Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit(ReportExpression< (Of < <' (T> ) > > ) to T) | Converts the value of a ReportExpression<(Of <(<'T>)>)> to an object of type T. |
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit(ReportExpression< (Of < <' (T> ) > > ) to String) | Converts the value of a ReportExpression<(Of <(<'T>)>)> to a string. |
![]() ![]() |
Implicit Widening Implicit Implicit Implicit(Nullable< (Of < <' (T> ) > > ) to ReportExpression< (Of < <' (T> ) > > )) | Converts a Nullable<(Of <(<'T>)>)> object to a ReportExpression<(Of <(<'T>)>)>. |
![]() ![]() |
Implicit Widening Implicit Implicit Implicit(T to ReportExpression< (Of < <' (T> ) > > )) | Converts an object of type T to a ReportExpression<(Of <(<'T>)>)>. |
![]() ![]() |
Inequality(String, ReportExpression< (Of < <' (T> ) > > )) | Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Inequality(T, ReportExpression< (Of < <' (T> ) > > )) | Tests the inequality between an object of type T and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Inequality(ReportExpression< (Of < <' (T> ) > > ), ReportExpression< (Of < <' (T> ) > > )) | Tests the inequality between two ReportExpression<(Of <(<'T>)>)> objects. |
![]() ![]() |
Inequality(ReportExpression< (Of < <' (T> ) > > ), String) | Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object. |
![]() ![]() |
Inequality(ReportExpression< (Of < <' (T> ) > > ), T) | Tests the inequality between an object of type T and a ReportExpression<(Of <(<'T>)>)> object. |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
![]() ![]() |
IXmlSerializable. . :: . .GetSchema | |
![]() ![]() |
IXmlSerializable. . :: . .ReadXml | |
![]() ![]() |
IXmlSerializable. . :: . .WriteXml | |
![]() ![]() |
IExpression. . :: . .Value |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.