Метод GaugeDynamicMemberInstance.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 GaugeDynamicMemberInstance
Dim index As Integer
Dim returnValue As Boolean
returnValue = instance.SetInstanceIndex(index)
public bool SetInstanceIndex(
int index
)
public:
bool SetInstanceIndex(
int index
)
member SetInstanceIndex :
index:int -> bool
public function SetInstanceIndex(
index : int
) : boolean
Параметры
- index
Тип: System.Int32
A valid instance index.
Возвращаемое значение
Тип: System.Boolean
true if the specified index is valid; otherwise, false.
См. также
Справочник
GaugeDynamicMemberInstance Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering