다음을 통해 공유


Omit 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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