Report.ReportParameters Property
Gets or sets the collection of parameters for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportParameters As IList(Of ReportParameter)
Get
Set
'Usage
Dim instance As Report
Dim value As IList(Of ReportParameter)
value = instance.ReportParameters
instance.ReportParameters = value
public IList<ReportParameter> ReportParameters { get; set; }
public:
virtual property IList<ReportParameter^>^ ReportParameters {
IList<ReportParameter^>^ get () sealed;
void set (IList<ReportParameter^>^ value) sealed;
}
abstract ReportParameters : IList<ReportParameter> with get, set
override ReportParameters : IList<ReportParameter> with get, set
final function get ReportParameters () : IList<ReportParameter>
final function set ReportParameters (value : IList<ReportParameter>)
Property Value
Type: System.Collections.Generic.IList<ReportParameter>
The collection of parameters for the report.