ChartLegendColumn Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartLegendColumnInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumn

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.