Metodo MapObjectCollectionBase<T>.CreateMapObject
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Creates a map object based on the item with the specified index in the collection.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Protected MustOverride Function CreateMapObject ( _
index As Integer _
) As T
'Utilizzo
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
Parametri
- index
Tipo: System.Int32
The index of the map object in the collection.
Valore restituito
Tipo: T
The newly created map object of type T.
Vedere anche
Riferimento
MapObjectCollectionBase<T> Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering