Właściwość Report.Parameters
Pobiera parametry dla raportu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Parameters As ReportParameterCollection
Get
'Użycie
Dim instance As Report
Dim value As ReportParameterCollection
value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
A ReportParameterCollection obiekt z parametrami że sprawozdanie zastosowań.