Partager via


Méthode ChartDynamicMemberInstance.SetInstanceIndex

Sets current index to the specified instance index.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Function SetInstanceIndex ( _
    index As Integer _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

Type : System.Boolean
true if the specified index is valid; otherwise, false.

Voir aussi

Référence

ChartDynamicMemberInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering