Udostępnij przez


Właściwość ActionDrillthrough.Parameters

Parametry przeglądanie szczegółowe raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Parameters As ParameterCollection
    Get
'Użycie
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