|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SupportedViews
The SupportedViews interface is used to contain all formats in which it is
possible to view DocumentInstance or DataProvider or Report
data.
Desktop Intelligence and Web Intelligence documents do not support the same
OutputFormatType and ViewModeType combinations.
The following table shows the formats available when viewing Desktop Intelligence
(REP) and Web Intelligence (WID) documents. Format availability is dependent on the
ViewModeType and PaginationMode being applied to the
DocumentInstance or DataProvider.
OutputFormatType |
Binary format | XLSDataCentric |
XLS |
PDF |
CSV |
XML |
DHTML |
HTML |
MHTML | |||||||||
| Document Type | WID | REP | WID | REP | WID | REP | WID | REP | WID | REP | WID | REP | WID | REP | WID | REP | WID | REP |
ViewModeType.Document |
Y | Y | Y | Y | Y | Y | Y | |||||||||||
ViewModeType.Report |
Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | ||||||
ViewModeType.ReportPart |
Y | Y | Y | Y | Y | Y | ||||||||||||
ViewModeType.ReportPage |
Y | Y | Y | Y | Y | Y | Y | Y | Y | Y | ||||||||
ViewModeType.DataProviders |
Y | Y | Y | ViewModeType.DataProvider |
Y | Y | Y | Y | ViewModeType.QuickReportPage |
Y | Y | Y | Y | Y | Y | Y | ||
| Notes | Using BOESDK | |||||||||||||||||
QuickReportPage. The
default view for Desktop Intelligence documents is Report.
Note: when a document is viewed using OutputFormatType.HTML and
ViewModeType.Report, the view is generated using HTML 3.2. If the document
is viewed using OutputFormatType.HTML and ViewModeType.ReportPage,
the view is generated using HTML 4.0.
OutputFormatType,
ViewModeType| Method Summary | |
|---|---|
int |
getCount()
Returns the number of different SupportedView in which it is possible
to view a DocumentInstance or DataProvider. |
SupportedView |
getItem(int index)
Return a specific SupportedView at a given index. |
| Method Detail |
|---|
int getCount()
SupportedView in which it is possible
to view a DocumentInstance or DataProvider.
SupportedView getItem(int index)
SupportedView at a given index.
index - The index of the SupportedView to be returned.
SupportedView at index.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||