次の方法で共有


ParameterInstance.Omit プロパティ

Parameter クラスの Omit プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property Omit As Boolean 
    Get 
    Set
'使用
Dim instance As ParameterInstance 
Dim value As Boolean 

value = instance.Omit

instance.Omit = value
public bool Omit { get; set; }
public:
property bool Omit {
    bool get ();
    void set (bool value);
}
member Omit : bool with get, set
function get Omit () : boolean 
function set Omit (value : boolean)

プロパティ値

型: System.Boolean
Omit プロパティの計算値を表す Boolean 値。

関連項目

参照

ParameterInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間