Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets current index to the specified instance index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function SetInstanceIndex ( _
index As Integer _
) As Boolean
'Usage
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
Parameters
- index
Type: System.Int32
A valid instance index.
Return Value
Type: System.Boolean
true if the specified index is valid; otherwise, false.
See Also
Reference
MapDynamicMemberInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace