Package com.crystaldecisions.sdk.occa.report.document

This package controls the manipulation of supported report documents.

See:
          Description

Interface Summary
IDataDocument This interface enables you to get and set the database and the data definition.
IDocument This interface enables you to get and set basic information for the document.
IPageMargins This interface allows you to get and set the page margins of the report.
IPrintOptions This interface allows you to get and set the print options for a report.
IReportDocument This interface enables you to get and set the report's definition, options, summary information, and major and minor versions.
IReportOptions This interface enables you to get and set a number of technical options that apply only to an active report.
IReportStatistics This interface enables you to get statistics information for the report.
ISummaryInfo This interface enables you to get and set summary information for the report.
 

Class Summary
DataDocument This object enables you to get and set information about the document's data source.
PageMargins This object allows you to get and set the page margins of the report.
PaperOrientation This class is used to specify the paper orientation of the report.
PaperSize This class is used to specify the paper size of the report.
PaperSource This class is used to specify the paper source (input tray) of the printer when printing a report.
PrinterDuplex This class is used to specify the printer duplex of the report, which determines how to handle printing on both sides of paper.
PrintOptions This object allows you to get and set the print options for a report.
PrintReportOptions This object provides access to the server-side printing options in the RAS SDK that are available for a report.
PrintReportOptions.PageRange Use this class to specify a printer page range.
ReportDocument The object enables you to get and set report document information.
ReportOptions This object enables you to get and set a number of technical options that apply only to an active report.
ReportStatistics This object enables you to get the report statistics information, which contains report version number (major, minor, letter), last saved by (person's name), revision number, total editing time (in minutes), last printed date, creation date, and last saved date.
SummaryInfo This object enables you to get and set summary information for the report.
 

Enum Summary
IPrintOptions.PrinterType Enum PrinterType
 

Package com.crystaldecisions.sdk.occa.report.document Description

This package controls the manipulation of supported report documents. This package enables you to perform a variety of modifications to a report, as well as allows you to modify and copy it. Classes and interfaces exist for both the generic document manipulation and specific report document manipulation.