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.