ChartTitleCollection Class

Represents a collection of ChartTitle objects.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartTitleCollection _
    Inherits ChartObjectCollectionBase(Of ChartTitle, ChartTitleInstance)
'Usage
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>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartTitle, ChartTitleInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartTitleCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.