Four Js Genero Report Writer
FourJs.Report.Runtime.Transformer Class Reference
Inheritance diagram for FourJs.Report.Runtime.Transformer:
FourJs.Report.Runtime.DataConsumer

Public Member Functions

 Transformer (Uri rstFileURL, FileInfo outputFile)
 
XmlWriter createXmlWriter ()
 Creates an XmlWriter into which the input document can be streamed thru the rendering pipe. The XmlWriter can be used for one stream only.
 
void runFromSerializable (object data)
 
void runFromXML (string fileName)
 
- Public Member Functions inherited from FourJs.Report.Runtime.DataConsumer
void runFromXML (String fileName)
 Streams the specified file thru the rendering pipe.
 
void runFromSerializable (Object data)
 Streams the data thru the rendering pipe. More...
 

Static Public Attributes

static String legalCopyright = Version.CLASS_COPYRIGHT
 

Properties

int debugLevel [get, set]
 Sets the debug level as determined by the level. Only Messages with a message level lower or equal to level will be displayed and logged. There following six message levels are defined: More...
 
Uri rstFileURL [get, set]
 Specifies the URL location of the rst file More...
 
FileInfo outputFile [get, set]
 
- Properties inherited from FourJs.Report.Runtime.DataConsumer
int debugLevel [get, set]
 Sets the debug level as determined by the More...
 

Property Documentation

int FourJs.Report.Runtime.Transformer.debugLevel
getset

Sets the debug level as determined by the level. Only Messages with a message level lower or equal to level will be displayed and logged. There following six message levels are defined:

  • 1: Fatal
  • 2: Error
  • 3: Warning
  • 4: Info
  • 5: Debug
  • 6: Trace

A level of 0 suppresses all messages. The default value is 3. The value applies to the local GRE only and not to a remote RemoteConnection server.

Exceptions
ArgumentOutOfRangeExceptionif the level<c> is not in the range 0..9
Uri FourJs.Report.Runtime.Transformer.rstFileURL
getset

Specifies the URL location of the rst file