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 | |
---|---|---|
Count | Gets the number of items on the report. | |
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. | |
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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetReportItemStartAndEndPages | Determines the page on which an item in the report item collection should appear, based on soft page breaks. | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.