Partilhar via


Classe ReportItemCollection

Represents a collection of ReportItem objects.

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

Sintaxe

'Declaração
Public NotInheritable Class ReportItemCollection _
    Inherits ReportElementCollectionBase(Of ReportItem)
'Uso
Dim instance As ReportItemCollection
public sealed class ReportItemCollection : ReportElementCollectionBase<ReportItem>
public ref class ReportItemCollection sealed : public ReportElementCollectionBase<ReportItem^>
[<SealedAttribute>]
type ReportItemCollection =  
    class
        inherit ReportElementCollectionBase<ReportItem>
    end
public final class ReportItemCollection extends ReportElementCollectionBase<ReportItem>

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'ReportItem> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportItemCollection

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.