Parameter.Omit プロパティ
パラメーターをスキップするかどうかを示す値に評価される式を取得します。 ドリルスルー パラメーターのみに有効です。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Omit As ReportBoolProperty
Get
'使用
Dim instance As Parameter
Dim value As ReportBoolProperty
value = instance.Omit
public ReportBoolProperty Omit { get; }
public:
property ReportBoolProperty^ Omit {
ReportBoolProperty^ get ();
}
member Omit : ReportBoolProperty
function get Omit () : ReportBoolProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。