jet.server.api
Interface RstResultInfo


public interface RstResultInfo

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

Since:
version 8

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

Method Detail

getReportSheetInfos

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

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