smartbi.sdk.service.graphicreport
类 GraphicReportService

java.lang.Object
  继承者 smartbi.sdk.service.graphicreport.GraphicReportService

public class GraphicReportService
extends java.lang.Object


构造方法摘要
GraphicReportService(ClientConnector connector)
           
 
方法摘要
 GraphicReport openGraphicReport(java.lang.String reportId)
          创建并打开一个报表
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GraphicReportService

public GraphicReportService(ClientConnector connector)
方法详细信息

openGraphicReport

public GraphicReport openGraphicReport(java.lang.String reportId)
创建并打开一个报表

参数:
reportId - 报表ID
返回:
打开的报表对象