Compartir a través de


ReportParameterCollection Clase

Represents a collection of ReportParameter objects.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ReportParameterCollection _
    Inherits ReportElementCollectionBase(Of ReportParameter)
'Uso
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : ReportElementCollectionBase<ReportParameter>
public ref class ReportParameterCollection sealed : public ReportElementCollectionBase<ReportParameter^>
[<SealedAttribute>]
type ReportParameterCollection =  
    class
        inherit ReportElementCollectionBase<ReportParameter>
    end
public final class ReportParameterCollection extends ReportElementCollectionBase<ReportParameter>

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ReportParameter> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportParameterCollection

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.