ActionDrillthrough.Parameters 属性

Parameters to the drillthrough report.

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

语法

声明
Public ReadOnly Property Parameters As ParameterCollection 
    Get
用法
Dim instance As ActionDrillthrough 
Dim value As ParameterCollection 

value = instance.Parameters
public ParameterCollection Parameters { get; }
public:
property ParameterCollection^ Parameters {
    ParameterCollection^ get ();
}
member Parameters : ParameterCollection
function get Parameters () : ParameterCollection

属性值

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

请参阅

参考

ActionDrillthrough 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间