ReportProperty.IsExpression 属性
Gets a value that indicates whether the value of the report property is an expression.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property IsExpression As Boolean
Get
用法
Dim instance As ReportProperty
Dim value As Boolean
value = instance.IsExpression
public bool IsExpression { get; }
public:
property bool IsExpression {
bool get ();
}
member IsExpression : bool
function get IsExpression () : boolean
属性值
类型:System.Boolean
true if the value of the report property is an expression; otherwise, false.