共用方式為


MapObjectCollectionBase<T>.CreateMapObject 方法

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

Creates a map object based on the item with the specified index in the collection.

命名空間:  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

參數

  • index
    型別:System.Int32
    The index of the map object in the collection.

傳回值

型別:T
The newly created map object of type T.

請參閱

參考

MapObjectCollectionBase<T> 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間