Метод ChartObjectCollectionBase<T, U>.CreateChartObject
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Creates a chart object at the specified index.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Protected MustOverride Function CreateChartObject ( _
index As Integer _
) As T
'Применение
Dim index As Integer
Dim returnValue As T
returnValue = Me.CreateChartObject(index)
protected abstract T CreateChartObject(
int index
)
protected:
virtual T CreateChartObject(
int index
) abstract
abstract CreateChartObject :
index:int -> 'T
protected abstract function CreateChartObject(
index : int
) : T
Параметры
- index
Тип: System.Int32
The index of the item.
Возвращаемое значение
Тип: T
The newly created chart object of type T at the specified index.
См. также
Справочник
ChartObjectCollectionBase<T, U> Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering