Freigeben über


ChartObjectCollectionBase<T, U>.CreateChartObject-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Creates a chart object at the specified index.

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

Syntax

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

ChartObjectCollectionBase<T, U> Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace