TablixDynamicMemberInstance.MoveNext 方法

Moves the context to the next instance.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Function MoveNext As Boolean
用法
Dim instance As TablixDynamicMemberInstance 
Dim returnValue As Boolean 

returnValue = instance.MoveNext()
public bool MoveNext()
public:
bool MoveNext()
member MoveNext : unit -> bool
public function MoveNext() : boolean

返回值

类型:System.Boolean
true if successfully moved to the next instance; false if there is no more instance to move to.

请参阅

参考

TablixDynamicMemberInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间