Four Js Genero Report Writer
FourJs.Report.Runtime.FormatWriter Class Reference

Class for writing documents to files. More...

Inheritance diagram for FourJs.Report.Runtime.FormatWriter:
FourJs.Report.Runtime.FormatHandler

Public Member Functions

 FormatWriter (String fileName)
 Creates a FormatWriter object that writes to the specified file. The default value is "report" with a document specific suffix (e.g. ".pdf" for a PDF document) If the file name does not have a suffix then a document specific suffix is added. More...
 

Static Public Attributes

static String legalCopyright = Version.CLASS_COPYRIGHT
 

Properties

String fileName [get]
 Sets the name of the file to create. The default value is "report" with a document specific suffix (e.g. ".pdf" for a PDF document) If the file name does not have a suffix then a document specific suffix is added. More...
 

Detailed Description

Class for writing documents to files.

Constructor & Destructor Documentation

FourJs.Report.Runtime.FormatWriter.FormatWriter ( String  fileName)

Creates a FormatWriter object that writes to the specified file. The default value is "report" with a document specific suffix (e.g. ".pdf" for a PDF document) If the file name does not have a suffix then a document specific suffix is added.

Parameters
fileName

Property Documentation

String FourJs.Report.Runtime.FormatWriter.fileName
get

Sets the name of the file to create. The default value is "report" with a document specific suffix (e.g. ".pdf" for a PDF document) If the file name does not have a suffix then a document specific suffix is added.