Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace