Compartilhar via


Propriedade do RDL IReportData.ReportParameters

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the parameters for the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
ReadOnly Property ReportParameters As IList(Of ReportParameter)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

IReportData Interface

Namespace Microsoft.ReportingServices.RdlObjectModel