Classe ChartLegendCollection
Represents a collection of ChartLegend objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ChartLegendCollection _
Inherits ChartObjectCollectionBase(Of ChartLegend, ChartLegendInstance)
'Utilizzo
Dim instance As ChartLegendCollection
public sealed class ChartLegendCollection : ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
public ref class ChartLegendCollection sealed : public ChartObjectCollectionBase<ChartLegend^, ChartLegendInstance^>
[<SealedAttribute>]
type ChartLegendCollection =
class
inherit ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
end
public final class ChartLegendCollection extends ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegend, ChartLegendInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCollection
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