Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 ChartDynamicMemberInstance
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
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
ChartDynamicMemberInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace