Parameter.Omit 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Omit As ReportBoolProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

请参阅

参考

Parameter 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间