Condividi tramite


Classe ReportParameterCollection

Represents a collection of ReportParameter objects.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ReportParameterCollection _
    Inherits ReportElementCollectionBase(Of ReportParameter)
'Utilizzo
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>

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.