Metodo CreateMapObject
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
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
Valore restituito
Tipo: T