calculate a report
More...
◆ TRptDataCalculator()
Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.TRptDataCalculator |
( |
String |
APathStandardReports, |
|
|
String |
APathCustomReports |
|
) |
| |
|
inline |
◆ CalculateFromClass()
Boolean Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.CalculateFromClass |
( |
string |
ANamespaceClass, |
|
|
TDBTransaction |
ATransaction |
|
) |
| |
|
inlineprotected |
call a class that calculates the result for a report or extract
◆ GenerateResult()
Boolean Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.GenerateResult |
( |
ref TParameterList |
parameterlist, |
|
|
ref string |
strHTMLOutput, |
|
|
out HtmlDocument |
HTMLDocument, |
|
|
ref String |
AErrorMessage, |
|
|
ref Exception |
AException, |
|
|
TDBTransaction |
ATransaction |
|
) |
| |
|
inline |
this is where all the calculations take place
- Returns
- true if the report was successfully generated
◆ LoadReportDefinitionFile()
string Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.LoadReportDefinitionFile |
( |
String |
htmlfile | ) |
|
|
inlineprotected |
load the HTML file that defines the report
- Parameters
-
◆ FHtmlDocument
HtmlDocument Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.FHtmlDocument |
|
protected |
◆ FHTMLTemplate
string Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.FHTMLTemplate |
|
protected |
◆ FParameters
TParameterList Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.FParameters |
|
protected |
◆ FPathCustomReports
String Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.FPathCustomReports |
|
protected |
where to search for the custom reports (xml files)
◆ FPathStandardReports
String Ict.Petra.Server.MReporting.Calculator.TRptDataCalculator.FPathStandardReports |
|
protected |
where to search for the standard reports (xml files)
The documentation for this class was generated from the following file: