Style Intelligence v12.0

inetsoft.sree.store
Interface ReportData

All Known Subinterfaces:
FileReportData, PageReportData

public interface ReportData

This defines the common API of all report data representations.


Field Summary
static String BURST
          Bursting file.
static String CSV
          CSV file.
static String HTML_BUNDLE
          HTML zip file.
static String HTML_BUNDLE_NO_PAGINATION
          HTML zip file.
static String PDF
          PDF file.
static String PPT
          Powerpoint file.
static String REPLET
          Style page file.
static String REPORT
          Report file.
static String RTF
          RTF file.
static String SVG
          SVG file.
static String TEXT
          Text file.
static String XLS
          Excel file.
 
Method Summary
 String getType()
          This method returns the type this report is saved as.
 

Field Detail

REPLET

static final String REPLET
Style page file.

See Also:
Constant Field Values

BURST

static final String BURST
Bursting file.

See Also:
Constant Field Values

TEXT

static final String TEXT
Text file.

See Also:
Constant Field Values

PDF

static final String PDF
PDF file.

See Also:
Constant Field Values

XLS

static final String XLS
Excel file.

See Also:
Constant Field Values

PPT

static final String PPT
Powerpoint file.

See Also:
Constant Field Values

RTF

static final String RTF
RTF file.

See Also:
Constant Field Values

HTML_BUNDLE

static final String HTML_BUNDLE
HTML zip file.

See Also:
Constant Field Values

HTML_BUNDLE_NO_PAGINATION

static final String HTML_BUNDLE_NO_PAGINATION
HTML zip file.

See Also:
Constant Field Values

CSV

static final String CSV
CSV file.

See Also:
Constant Field Values

SVG

static final String SVG
SVG file.

See Also:
Constant Field Values

REPORT

static final String REPORT
Report file.

See Also:
Constant Field Values
Method Detail

getType

String getType()
This method returns the type this report is saved as.


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