ChartLegendColumnCollection Class

Represents a collection of ChartLegendColumn objects.

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

Syntax

'Declaration
Public NotInheritable Class ChartLegendColumnCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendColumn, ChartLegendColumnInstance)
'Usage
Dim instance As ChartLegendColumnCollection
public sealed class ChartLegendColumnCollection : ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
public ref class ChartLegendColumnCollection sealed : public ChartObjectCollectionBase<ChartLegendColumn^, ChartLegendColumnInstance^>
[<SealedAttribute>]
type ChartLegendColumnCollection =  
    class
        inherit ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
    end
public final class ChartLegendColumnCollection extends ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnCollection

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.