Метод SetInstanceIndex

Sets current index to the specified instance index.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Function SetInstanceIndex ( _
    index As Integer _
) As Boolean
'Применение
Dim instance As MapDynamicMemberInstance
Dim index As Integer
Dim returnValue As Boolean

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

Параметры

Возвращаемое значение

Тип: System. . :: . .Boolean
true if the specified index is valid; otherwise, false.