Partager via


Propriété Parameter.Omit

Gets or sets a value that indicates whether the parameter should be skipped. Valid only for Drillthrough parameters.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Omit As ReportExpression(Of Boolean)
    Get 
    Set
'Utilisation
Dim instance As Parameter 
Dim value As ReportExpression(Of Boolean)

value = instance.Omit

instance.Omit = value
public ReportExpression<bool> Omit { get; set; }
public:
property ReportExpression<bool> Omit {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member Omit : ReportExpression<bool> with get, set
function get Omit () : ReportExpression<boolean>
function set Omit (value : ReportExpression<boolean>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
true if the parameter should be skipped; otherwise, false.

Voir aussi

Référence

Parameter Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel