A B C D E F G I L M N O P Q R S T U V W Y
S
- save(OutputStream) -
类 bios.report.api.model.ReportTemplet 中的方法
- 保存报表文件到指定的输出流
- saveCacheDataSet(OutputStream) -
类 bios.report.api.manager.ReportManager 中的方法
- 保存报表的数据集缓存到指定输出流
- saveUserPrintConfig(ReportMark, String, HttpServletRequest) -
接口 bios.report.api.events.IPrintEventListener 中的方法
- 保存指定用户针对某张报表的打印设置信息。
- setBasePath(String, String, String) -
类 bios.report.api.manager.ReportManager 中的方法
- 报表包含子报表或图片时,可能需要设置读取子报表和图片的基准路径,在报表计算前调用
- setBasePath(String, String) -
类 bios.report.api.manager.ReportManager 中的方法
- 报表包含子报表或图片时,可能需要设置读取子报表和图片的基准路径,在报表计算前调用
- setBorder(int, int, String, int) -
类 bios.report.api.model.ReportCell 中的方法
- 设置单元格边框
- setCell(int, int, ICell) -
类 bios.report.api.model.ReportGrid 中的方法
-
- setCellData(int, int, Object) -
类 bios.report.api.manager.ReportBean 中的方法
- 设置指定行列的单元格的数据
- setCellPropValue(int, int, int, String) -
类 bios.report.api.manager.ReportBean 中的方法
- 设置指定坐标单元格的属性值
- setCellView(int, int, String) -
类 bios.report.api.manager.ReportBean 中的方法
- 设置指定行列的单元格的显示内容
- setCharSet(String) -
类 bios.report.api.usermodel.DataSourceEntity 中的方法
- 设置数据库字符集
- setCol(int, IColumn) -
类 bios.report.api.model.ReportGrid 中的方法
-
- setColIndex(int) -
类 bios.report.api.model.ReportCell 中的方法
-
- setColIndex(int) -
类 bios.report.api.model.ReportColumn 中的方法
-
- setColSpan(int) -
类 bios.report.api.model.ReportCell 中的方法
-
- setColWidth(int) -
类 bios.report.api.model.ReportColumn 中的方法
-
- setConnection(Connection) -
类 bios.report.api.manager.ReportManager 中的方法
- 用户根据具体需要,在计算报表或提交填报数据之前自行设置数据库连接。
- setConnection(String, Connection, String) -
类 bios.report.api.manager.ReportManager 中的方法
- 为指定名称的数据源设置数据库连接,用于报表计算或填报数据提交。
- setConnection(Connection) -
类 bios.report.api.usermodel.DataSourceEntity 中的方法
- 设置数据库连接(数据库类型的数据集)
- setCurrentUserContext(UserContext) -
类 bios.report.api.utils.UserContext 中的静态方法
- 已过时。 设置当前的UserContext,报表系统运行时自动调用,一般不需要用户设置
- setDataByField(String,Object) -
类 bios.report.api.usermodel.FillinDataRow 中的方法
- 重新设置填报行中某个字段对应的数据,支持在填报监听事件中动态更改数据
- setDataSource(String) -
类 bios.report.api.usermodel.ReportDataSet 中的方法
- 设置数据集的数据源名称,支持在运行时动态切换数据源
- setDbType(String) -
类 bios.report.api.usermodel.DataSourceEntity 中的方法
- 设置数据库的类型(数据库类型的数据集)
- setGrid(IGrid) -
类 bios.report.api.model.ReportCell 中的方法
-
- setGrid(IGrid) -
类 bios.report.api.model.ReportColumn 中的方法
-
- setGrid(IGrid) -
类 bios.report.api.model.ReportRow 中的方法
-
- setGrid(ReportGrid) -
类 bios.report.api.model.ReportTemplet 中的方法
-
- setInitialContext(InitialContext) -
类 bios.report.api.utils.UserContext 中的静态方法
- 已过时。 设置InitialContext,报表系统运行时自动调用,一般不需要用户设置
- setName(String) -
类 bios.report.api.model.ReportTemplet 中的方法
- 设置报表模板名称
- setPage(ReportPage) -
类 bios.report.api.model.ReportTemplet 中的方法
-
- setPageInfo(int, int) -
类 bios.report.api.customize.PageQueryDataSet 中的方法
- 已过时。
- setParam(String, String) -
类 bios.report.api.events.QueryEventListener 中的方法
- 设置报表参数值,可用来完成修改或新增操作
- setProps(String[]) -
类 bios.report.api.model.ReportCell 中的方法
-
- setProps(String[]) -
类 bios.report.api.model.ReportColumn 中的方法
-
- setProps(String[]) -
类 bios.report.api.model.ReportGrid 中的方法
-
- setProps(String[]) -
类 bios.report.api.model.ReportPage 中的方法
-
- setProps(String[]) -
类 bios.report.api.model.ReportRow 中的方法
-
- setPropValue(int, String) -
类 bios.report.api.model.ReportCell 中的方法
-
- setPropValue(int, String) -
类 bios.report.api.model.ReportColumn 中的方法
-
- setPropValue(int, String) -
类 bios.report.api.model.ReportGrid 中的方法
-
- setPropValue(int, String) -
类 bios.report.api.model.ReportPage 中的方法
-
- setPropValue(int, String) -
类 bios.report.api.model.ReportRow 中的方法
-
- setQuery(String) -
类 bios.report.api.usermodel.ReportDataSet 中的方法
- 设置或修改数据集定义
- setQueryReportInfo(int, int) -
类 bios.report.api.usermodel.ReportMark 中的方法
- 已过时。
- setReportType(int) -
类 bios.report.api.usermodel.ReportMark 中的方法
- 已过时。
- setRequest(HttpServletRequest) -
类 bios.report.api.utils.UserContext 中的方法
- 已过时。 设置当前的HttpServlet请求
- setRow(int, IRow) -
类 bios.report.api.model.ReportGrid 中的方法
-
- setRowHeight(int) -
类 bios.report.api.model.ReportRow 中的方法
-
- setRowIndex(int) -
类 bios.report.api.model.ReportCell 中的方法
-
- setRowIndex(int) -
类 bios.report.api.model.ReportRow 中的方法
-
- setRowSpan(int) -
类 bios.report.api.model.ReportCell 中的方法
-
- setRptMark(ReportMark) -
类 bios.report.api.utils.UserContext 中的方法
- 已过时。 设置当前正在运行的报表的标识对象
- setSelfBorder(List, int) -
类 bios.report.api.model.ReportCell 中的方法
- 设置单元格自身把持的某一方向上的边框
- setSelfBorders(List[]) -
类 bios.report.api.model.ReportCell 中的方法
-
- setServletContext(ServletContext) -
类 bios.report.api.utils.UserContext 中的静态方法
- 已过时。 设置ServletContext,报表系统运行时自动调用,一般不需要用户设置
- setToBeDelete(boolean) -
类 bios.report.api.usermodel.FillinDataRow 中的方法
- 设置该行数据是否要被删除
- setType(int) -
类 bios.report.api.model.ReportCell 中的方法
-
- setUniqueID(String) -
类 bios.report.api.manager.ReportBean 中的方法
- 为该报表设置唯一访问标识,不调用该操作时,系统会自动生成随机ID
- setValue(String) -
类 bios.report.api.model.ReportCell 中的方法
-
- setVar(String, String) -
类 bios.report.api.events.QueryEventListener 中的方法
- 设置报表变量值,可用来完成修改或新增操作
- setView(String) -
类 bios.report.api.model.ReportCell 中的方法
-
- setWsdlUri(String) -
类 bios.report.api.usermodel.DataSourceEntity 中的方法
- 设置WebService类型的数据源属性: WSDL描述的url
- setXmlEncoding(String) -
类 bios.report.api.usermodel.DataSourceEntity 中的方法
- 设置XML类型的数据源属性: xml文件编码方式
- setXmlUrl(String) -
类 bios.report.api.usermodel.DataSourceEntity 中的方法
- 设置XML类型的数据源属性: xml文件路径或url
- sheets -
类 bios.report.api.model.ReportTemplet 中的变量
-
- SimpleArrayDataSet - bios.report.api.customize 中的 类
- 继承自CustomDataSet接口,为二维数组结构的数据提供了便捷的自定义数据集实现方式。
- SimpleArrayDataSet() -
类 bios.report.api.customize.SimpleArrayDataSet 的构造方法
-
- subReports -
类 bios.report.api.model.ReportTemplet 中的变量
-
- supportsBuildReport() -
接口 bios.report.api.factory.IReportFactory 中的方法
- 开关方法,是否支持自定义报表计算。
- supportsLoadBizModel() -
接口 bios.report.api.factory.IReportFactory 中的方法
- 开关方法,是否支持自定义读取语义文件
- supportsLoadReportTemplate() -
接口 bios.report.api.factory.IReportFactory 中的方法
- 开关方法,是否支持自定义读取报表模板
A B C D E F G I L M N O P Q R S T U V W Y