The Rowset object is a structure that stores rows of filtered records in a flat, unnormalized format. ARowset object can store any kind of data from any database that your report can access. This example shows you how to navigate through the records stored in a rowset.
|
|
|
Use the isEOF method to check that you do not go out of bounds. If the TotalRecordKnown property is set to false, the getRecordCount method will not return accurate data. |
This sample iterates through all records in a Rowset object and saves the values in a String object.
|
Visual Basic |
|
|
Private Function NavigateRowset(ByVal rcd As ISCDReportClientDocument, ByVal rowCursor As RowsetCursor) As String |
|
|
C# |
|
|
private string NavigateRowset(ISCDReportClientDocument rcd, RowsetCursor rowCursor) |
|
This list includes the namespaces used by the sample code:
© 2021 SAP AG. All rights reserved.
http://www.sap.com/sapbusinessobjects/
Support services
http://service.sap.com/bosap-support/
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation