Właściwość Report.Parameters
Pobiera parametry raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
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.OnDemandReportRendering.ReportParameterCollection
A ReportParameterCollection obiektu.
Zobacz także