Classe ChartTitleCollection
Represents a collection of ChartTitle objects.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartTitle, ChartTitleInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartTitleCollection
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ChartTitleCollection _
Inherits ChartObjectCollectionBase(Of ChartTitle, ChartTitleInstance)
'Utilisation
Dim instance As ChartTitleCollection
public sealed class ChartTitleCollection : ChartObjectCollectionBase<ChartTitle, ChartTitleInstance>
public ref class ChartTitleCollection sealed : public ChartObjectCollectionBase<ChartTitle^, ChartTitleInstance^>
[<SealedAttribute>]
type ChartTitleCollection =
class
inherit ChartObjectCollectionBase<ChartTitle, ChartTitleInstance>
end
public final class ChartTitleCollection extends ChartObjectCollectionBase<ChartTitle, ChartTitleInstance>
Le type ChartTitleCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Gets the number of items in the collection. (remplace ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >. . :: . .Count.) | |
Item | Gets an item in the collection by its index. (hérité de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
CreateChartObject | Infrastructure. (hérité de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetEnumerator | Infrastructure. (hérité de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infrastructure. (hérité de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.