Style Intelligence v12.0

inetsoft.report
Interface MetaReport

All Superinterfaces:
Cloneable
All Known Implementing Classes:
MetaStyleSheet, MetaTabularSheet

public interface MetaReport
extends Cloneable

A meta report is a report serve as the start point for create a new report.


Method Summary
 Object clone()
          Clone the meta report itself.
 ReportSheet createReport(String metaname)
          Create a report sheet from a meta report.
 

Method Detail

createReport

ReportSheet createReport(String metaname)
Create a report sheet from a meta report.

Parameters:
metaname - the name of meta report used to create a report.

clone

Object clone()
Clone the meta report itself.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.