jet.server.api
Interface RstResultInfo


public interface RstResultInfo

Interface RstResultInfo contains information of an rst result in the server.

Since:
version 8

Method Summary
 java.util.Vector getReportSheetInfos()
          Returns information of report sheets of the report set.
 

Method Detail

getReportSheetInfos

java.util.Vector getReportSheetInfos()
                                     throws RptServerException
Returns information of report sheets of the report set.

Returns:
information of report sheets of the report set. The Vector contains ReportSheetInfo objects.
Throws:
RptServerException - if an RptServerException occurs.
See Also:
ReportSheetInfo