次の方法で共有


ReportExpression.Empty プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

空のレポート式オブジェクトを取得します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared ReadOnly Property Empty As ReportExpression 
    Get
'使用
Dim value As ReportExpression 

value = ReportExpression.Empty
public static ReportExpression Empty { get; }
public:
static property ReportExpression Empty {
    ReportExpression get ();
}
static member Empty : ReportExpression
static function get Empty () : ReportExpression

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
空のレポート式オブジェクトです。

関連項目

参照

ReportExpression 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間