Freigeben über


Parameters-Eigenschaft

Ruft die Parameter für den Bericht ab.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As ReportParameterCollection
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .ReportParameterCollection
Ein ReportParameterCollection-Objekt mit den Parametern, die dieser Bericht verwendet.