IReportData.ReportParameters Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the parameters for the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
ReadOnly Property ReportParameters As IList(Of ReportParameter)
Get
'Usage
Dim instance As IReportData
Dim value As IList(Of ReportParameter)
value = instance.ReportParameters
IList<ReportParameter> ReportParameters { get; }
property IList<ReportParameter^>^ ReportParameters {
IList<ReportParameter^>^ get ();
}
abstract ReportParameters : IList<ReportParameter>
function get ReportParameters () : IList<ReportParameter>
Property Value
Type: System.Collections.Generic.IList<ReportParameter>
The collection of report parameters.