次の方法で共有


ReportProperty.IsExpression プロパティ

レポート プロパティの値が式かどうかを示す値を取得します。

名前空間:  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、式ではない場合は false です。

関連項目

参照

ReportProperty クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間