Compartilhar via


Propriedade do RDL Report.Parameters

Gets the report parameters.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Parameters As ReportParameterCollection 
    Get
'Uso
Dim instance As Report 
Dim value As ReportParameterCollection 

value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
    ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterCollection
A ReportParameterCollection object.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering