Share via


Subreport.Parameters Propriété

Définition

Obtient ou définit la liste des paramètres du sous-rapport.

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)

Valeur de propriété

Liste de paramètres du sous-rapport.

Attributs

S’applique à