Classe ChartLegendColumnCollection
Represents a collection of ChartLegendColumn objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ChartLegendColumnCollection _
Inherits ChartObjectCollectionBase(Of ChartLegendColumn, ChartLegendColumnInstance)
'Utilizzo
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>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegendColumn, ChartLegendColumnInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendColumnCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche