Parameter.Omit Property
Indicates the parameter should be skipped. Valid only for Drillthrough parameters.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Omit As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.
See Also