Freigeben über


IReportData.ReportParameters-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ReportParameter>
The collection of report parameters.

Siehe auch

Verweis

IReportData Schnittstelle

Microsoft.ReportingServices.RdlObjectModel-Namespace