메소드 | 설명 | |
---|---|---|
BuildDocument ( ) : MigraDoc.DocumentObjectModel.Document |
This method must be implemented to create the document contents
|
|
ExecuteWork ( ) : void |
Generates the file in the background thread
|
메소드 | 설명 | |
---|---|---|
CleanTempFiles ( ) : void |
Removes all temporary files
|
|
CreateFileName ( string title ) : void |
Creates the full file name from a given title
|
|
CreateTempFile ( string extension ) : string |
Creates a temporary file, with the provided extension
|
|
GenerateOutputFile ( MigraDoc.DocumentObjectModel.Document document ) : bool |
Produces the .pdf corresponding to the book, according to user's choices specified in the report config
|
|
ReportHandler ( DataDictionary.Dictionary dictionary ) : System |
Constructor
|
public abstract BuildDocument ( ) : MigraDoc.DocumentObjectModel.Document | ||
리턴 | MigraDoc.DocumentObjectModel.Document |
protected CreateFileName ( string title ) : void | ||
title | string | Name of the report |
리턴 | void |
protected CreateTempFile ( string extension ) : string | ||
extension | string | |
리턴 | string |
protected GenerateOutputFile ( MigraDoc.DocumentObjectModel.Document document ) : bool | ||
document | MigraDoc.DocumentObjectModel.Document | The document to be created |
리턴 | bool |
protected ReportHandler ( DataDictionary.Dictionary dictionary ) : System | ||
dictionary | DataDictionary.Dictionary | |
리턴 | System |