다음을 통해 공유


ChartDynamicMemberInstance.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 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

매개 변수

반환 값

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

참고 항목

참조

ChartDynamicMemberInstance 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스