次の方法で共有


CustomLabelCollection クラス

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

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

構文

'宣言
Public NotInheritable Class CustomLabelCollection _
    Inherits GaugePanelObjectCollectionBase(Of CustomLabel)
'使用
Dim instance As CustomLabelCollection
public sealed class CustomLabelCollection : GaugePanelObjectCollectionBase<CustomLabel>
public ref class CustomLabelCollection sealed : public GaugePanelObjectCollectionBase<CustomLabel^>
[<SealedAttribute>]
type CustomLabelCollection =  
    class
        inherit GaugePanelObjectCollectionBase<CustomLabel>
    end
public final class CustomLabelCollection extends GaugePanelObjectCollectionBase<CustomLabel>

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'CustomLabel> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..CustomLabelCollection

スレッド セーフ

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