Partager via


Propriété Omit

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Omit As ReportBoolProperty
    Get
'Utilisation
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