Compartir a través de


ChartObjectCollectionBase<T, U>.CreateChartObject Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Creates a chart object at the specified index.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected MustOverride Function CreateChartObject ( _
    index As Integer _
) As T
'Uso
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

Parámetros

Valor devuelto

Tipo: T
The newly created chart object of type T at the specified index.

Vea también

Referencia

ChartObjectCollectionBase<T, U> Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering