Partilhar via


Classe ReportItemCollection

A collection of ReportItem objects. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportItemCollection

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

Sintaxe

'Declaração
Public NotInheritable Class ReportItemCollection
'Uso
Dim instance As ReportItemCollection
public sealed class ReportItemCollection
public ref class ReportItemCollection sealed
[<SealedAttribute>]
type ReportItemCollection =  class end
public final class ReportItemCollection

O tipo ReportItemCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items on the report.
Propriedade pública Item Gets the specified report item from the collection located at the position specified by the index. In C#, this property is the indexer for the ReportItemCollection class.
Propriedade pública SharedRenderingInfo Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetReportItemStartAndEndPages Determines the page on which an item in the report item collection should appear, based on soft page breaks.
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.