Classe ChartObjectCollectionItem(T)
Represents the base class for an item in a ChartObjectCollectionBase.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustInherit Class ChartObjectCollectionItem(Of T As BaseInstance)
'Utilizzo
Dim instance As ChartObjectCollectionItem(Of T)
public abstract class ChartObjectCollectionItem<T>
where T : BaseInstance
generic<typename T>
where T : BaseInstance
public ref class ChartObjectCollectionItem abstract
[<AbstractClassAttribute>]
type ChartObjectCollectionItem<'T when 'T : BaseInstance> = class end
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- T
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering..::..ChartObjectCollectionItem<(Of <(<'T>)>)>
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartArea
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxis
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAxisTitle
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartCustomPaletteColor
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartDerivedSeries
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartFormulaParameter
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegend
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendColumn
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendCustomItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartLegendCustomItemCell
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartStripLine
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartTitle
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.