共用方式為


Omit 屬性

Indicates the parameter should be skipped. Valid only for Drillthrough parameters.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Omit As ReportExpression(Of Boolean)
    Get
    Set
'用途
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>)