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 map object based on the item with the specified index in the collection.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected MustOverride Function CreateMapObject ( _
index As Integer _
) As T
'Utilisation
Dim index As Integer
Dim returnValue As T
returnValue = Me.CreateMapObject(index)
protected abstract T CreateMapObject(
int index
)
protected:
virtual T CreateMapObject(
int index
) abstract
abstract CreateMapObject :
index:int -> 'T
protected abstract function CreateMapObject(
index : int
) : T
Paramètres
- index
Type : System.Int32
The index of the map object in the collection.
Valeur de retour
Type : T
The newly created map object of type T.
Voir aussi
Référence
MapObjectCollectionBase<T> Classe
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering