Partager via


Propriété Parameters

Parameters to the drillthrough report.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parameters As ParameterCollection
    Get
'Utilisation
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