com.crystaldecisions.sdk.occa.report.exportoptions
Interface IPDFExportFormatOptions

All Superinterfaces:
IClone, IExportFormatOptions, IPageBasedExportFormatOptions
All Known Implementing Classes:
PDFExportFormatOptions

public interface IPDFExportFormatOptions
extends IPageBasedExportFormatOptions

This interface provides options that can be set when exporting a report to PDF format.


Method Summary
 boolean getCreateBookmarksFromGroupTree()
           Returns whether bookmarks are created from the group tree when exporting to PDF format.
 void setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)
           Sets whether bookmarks are created from the group tree when exporting to PDF format.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.exportoptions.IPageBasedExportFormatOptions
getEndPageNumber, getStartPageNumber, setEndPageNumber, setStartPageNumber
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.exportoptions.IExportFormatOptions
checkValidity
 

Method Detail

getCreateBookmarksFromGroupTree

boolean getCreateBookmarksFromGroupTree()

Returns whether bookmarks are created from the group tree when exporting to PDF format. This option is ignored if the report is designed without a group tree.

Returns:
true if bookmarks are created from the group tree when exporting to PDF format, and false otherwise.

setCreateBookmarksFromGroupTree

void setCreateBookmarksFromGroupTree(boolean bCreateBookmarksFromGroupTree)

Sets whether bookmarks are created from the group tree when exporting to PDF format. This option is ignored if the report is designed without a group tree.

Parameters:
bCreateBookmarksFromGroupTree - true if bookmarks are created from the group tree when exporting to PDF format, and false otherwise.