共用方式為


CreateMapObject 方法

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Protected MustOverride Function CreateMapObject ( _
    index As Integer _
) As T
'用途
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

參數

傳回值

型別:T