Compartir a través de


Parameter.Omit Propiedad

Gets an expression that evaluates to a value that indicates whether the parameter should be skipped. Valid only for drillthrough parameters.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Omit As ReportBoolProperty 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Vea también

Referencia

Parameter Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering