Metodo CreateChartObject
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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
- index
Tipo: System. . :: . .Int32
Valore restituito
Tipo: T