共用方式為


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 命名空間