Compartir a través de


ChartLegendColumnCollection Clase

Represents a collection of ChartLegendColumn objects.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartLegendColumnCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendColumn, ChartLegendColumnInstance)
'Uso
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>

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegendColumn, ChartLegendColumnInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendColumnCollection

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.