Condividi tramite


Metodo ChartObjectCollectionBase<T, U>.CreateChartObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Creates a chart object at the specified index.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected MustOverride Function CreateChartObject ( _
    index As Integer _
) As T
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

ChartObjectCollectionBase<T, U> Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering