共用方式為


Omit 屬性

Indicates the parameter should be skipped. Valid only for drillthrough parameters.

命名空間:  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