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