Classe MapTitleCollection
Represents a collection of MapTitle objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'MapTitle> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionBase< (Of < ( <'MapTitle> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..MapTitleCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class MapTitleCollection _
Inherits MapObjectCollectionBase(Of MapTitle)
'Uso
Dim instance As MapTitleCollection
public sealed class MapTitleCollection : MapObjectCollectionBase<MapTitle>
public ref class MapTitleCollection sealed : public MapObjectCollectionBase<MapTitle^>
[<SealedAttribute>]
type MapTitleCollection =
class
inherit MapObjectCollectionBase<MapTitle>
end
public final class MapTitleCollection extends MapObjectCollectionBase<MapTitle>
O tipo MapTitleCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Substitui ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
Item | Gets the item at the specified index. (Herdado de MapObjectCollectionBase< (Of < ( <'T> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateMapObject | Infraestrutura. (Herdado de MapObjectCollectionBase< (Of < ( <'T> ) > ) >.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infraestrutura. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) |
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.