Proprietà IReportData.ReportParameters

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the parameters for the report.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
ReadOnly Property ReportParameters As IList(Of ReportParameter)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

IReportData Interfaccia

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel