Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Creates a chart object at the specified index.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected MustOverride Function CreateChartObject ( _
index As Integer _
) As T
'Utilisation
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
Paramètres
- index
Type : System.Int32
The index of the item.
Valeur de retour
Type : T
The newly created chart object of type T at the specified index.
Voir aussi
Référence
ChartObjectCollectionBase<T, U> Classe
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering