Método CreateMapObject
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Protected MustOverride Function CreateMapObject ( _
index As Integer _
) As T
'Uso
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
Parâmetros
- index
Tipo: System. . :: . .Int32
Valor de retorno
Tipo: T