Share via


ActionDrillthrough.Parameters Property

Parameters to the drillthrough report.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As ParameterCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ParameterCollection
A ParameterCollection object.

See Also

Reference

ActionDrillthrough Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace