次の方法で共有


ChartLegendCollection クラス

ChartLegend オブジェクトのコレクションを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public NotInheritable Class ChartLegendCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegend, ChartLegendInstance)
'使用
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>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegend, ChartLegendInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。