Share via


Report.ReportParameters Eigenschaft

Definition

Ruft die Auflistung der Parameter für den Bericht ab oder legt sie fest.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ ReportParameters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportParameter ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportParameter>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportParameter> ReportParameters { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportParameter>))>]
member this.ReportParameters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportParameter> with get, set
Public Property ReportParameters As IList(Of ReportParameter)

Eigenschaftswert

Die Auflistung von Parametern für den Bericht.

Attribute

Gilt für: