Subreport.Parameters Property

Definition

Gets or sets the list of Parameters to the subreport.

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)

Property Value

A list of parameters to the subreport.

Attributes

Applies to