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