共用方式為


CreateChartObject 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

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

語法

'宣告
Protected MustOverride Function CreateChartObject ( _
    index As Integer _
) As T
'用途
Dim index As Integer
Dim returnValue As T

returnValue = Me.CreateChartObject(index)
protected abstract T CreateChartObject(
    int index
)
protected:
virtual T CreateChartObject(
    int index
) abstract
abstract CreateChartObject : 
        index:int -> 'T 
protected abstract function CreateChartObject(
    index : int
) : T

參數

傳回值

型別:T