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.
Gets the current instance index.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function GetInstanceIndex As Integer
'Usage
Dim instance As MapDynamicMemberInstance
Dim returnValue As Integer
returnValue = instance.GetInstanceIndex()
public int GetInstanceIndex()
public:
virtual int GetInstanceIndex() sealed
abstract GetInstanceIndex : unit -> int
override GetInstanceIndex : unit -> int
public final function GetInstanceIndex() : int
Return Value
Type: System.Int32
An int value.
See Also
Reference
MapDynamicMemberInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace