CreateMapObject-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected MustOverride Function CreateMapObject ( _
index As Integer _
) As T
'Usage
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
Parameter
- index
Typ: System. . :: . .Int32
Rückgabewert
Typ: T