Compartilhar via


Método ChartObjectCollectionBase<T, U>.CreateChartObject

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Creates a chart object at the specified index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

ChartObjectCollectionBase<T, U> Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering