Поделиться через


Свойство Parameter.Omit

Gets an expression that evaluates to a value that indicates whether 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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

См. также

Справочник

Parameter Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering