Sprache

Drillthrough.Parameters Eigenschaft

Definition

Erhält oder setzt die Parameter für den Drillthrough-Bericht.

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

Eigenschaftswert

Ein IList<T>-Objekt.

Attribute

Gilt für: