GaugePanelObjectCollectionBase(T) クラス
ゲージ パネル オブジェクト コレクションの基本クラスを表します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustInherit Class GaugePanelObjectCollectionBase(Of T As GaugePanelObjectCollectionItem) _
Implements IEnumerable(Of T), IEnumerable
'使用
Dim instance As GaugePanelObjectCollectionBase(Of T)
public abstract class GaugePanelObjectCollectionBase<T> : IEnumerable<T>,
IEnumerable
where T : GaugePanelObjectCollectionItem
generic<typename T>
where T : GaugePanelObjectCollectionItem
public ref class GaugePanelObjectCollectionBase abstract : IEnumerable<T>,
IEnumerable
[<AbstractClassAttribute>]
type GaugePanelObjectCollectionBase<'T when 'T : GaugePanelObjectCollectionItem> =
class
interface IEnumerable<'T>
interface IEnumerable
end
JScript は汎用の型およびメソッドをサポートしていません。
型パラメーター
- T
継承階層
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugePanelObjectCollectionBase<(Of <(<'T>)>)>
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomLabelCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeImageCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabelCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGaugeCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearPointerCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearScaleCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .NumericIndicatorCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGaugeCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialPointerCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialScaleCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScaleRangeCollection
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StateIndicatorCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。