Classe ReportParameterCollection
Represents a collection of ReportParameter objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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>
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ReportParameter> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ReportParameterCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também