IExpression 인터페이스
Represents an expression.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Interface IExpression _
Inherits IFormattable
‘사용 방법
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =
interface
interface IFormattable
end
public interface IExpression extends IFormattable
IExpression 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Expression | The expression string. | |
IsEmpty | Indicates whether the evaluated expression is the empty cell value. | |
IsExpression | Indicates whether Value contains an expression. | |
Value | The value. |
맨 위로 이동