IExpression.IsExpression 属性

Indicates whether Value contains an expression.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
ReadOnly Property IsExpression As Boolean
    Get
用法
Dim instance As IExpression
Dim value As Boolean

value = instance.IsExpression
bool IsExpression { get; }
property bool IsExpression {
    bool get ();
}
abstract IsExpression : bool
function get IsExpression () : boolean

属性值

类型:System.Boolean
A Boolean value.