ChartObjectCollectionBase<T, U>.CreateChartObject Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Parameters
- index
Type: System.Int32
Return Value
Type: T