ChartDynamicMemberInstance.SetInstanceIndex 方法

Sets current index to the specified instance index.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride Function SetInstanceIndex ( _
    index As Integer _
) As Boolean
用法
Dim instance As ChartDynamicMemberInstance
Dim index As Integer
Dim returnValue As Boolean

returnValue = instance.SetInstanceIndex(index)
public abstract bool SetInstanceIndex(
    int index
)
public:
virtual bool SetInstanceIndex(
    int index
) abstract
abstract SetInstanceIndex : 
        index:int -> bool 
public abstract function SetInstanceIndex(
    index : int
) : boolean

参数

返回值

类型:System.Boolean
true if the specified index is valid; otherwise, false.