Compartir a través de


ReportItemCollection Clase

Represents a collection of ReportItem objects.

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

Sintaxis

'Declaración
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>

Jerarquía de herencia

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

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.