Partager via


Propriété IReportData.ReportParameters

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the parameters for the report.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
ReadOnly Property ReportParameters As IList(Of ReportParameter)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

IReportData Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel