OrsReportGenerator_5c105186d0aa11e99900309c235e8fdb¶
Generates reports
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2020. |
| date: | Sep 06 2019 09:29 |
| dragonflyVersion: | |
| 4.5.0.711 (D) | |
| UUID: | 5c105186d0aa11e99900309c235e8fdb |
Class Code¶
-
class
OrsPythonPlugins.OrsReportGenerator_5c105186d0aa11e99900309c235e8fdb.OrsReportGenerator_5c105186d0aa11e99900309c235e8fdb.OrsReportGenerator_5c105186d0aa11e99900309c235e8fdb(varname=None, managed=True)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
canBeGenericallyOpened= False¶
-
closable= True¶
-
closeWidget(name)¶
-
interfacemethod
generateReport(inputDataFilename, xsltUUID, outputFilename, saveTEXFile=False, showMessageBoxIfSuccessful=True, showMessageBoxIfFailed=True)¶ Generates a report based on some data.
Parameters: - inputDataFilename (file) – input data filename
- xsltUUID (str) – unique identifier (UUID) of the XSLT stylesheet
- outputFilename (file saving) – report filename
- saveTEXFile (bool) – if True, the .tex file will be saved in the output folder
- showMessageBoxIfSuccessful (bool) – if True, the message box informing about a successful generation will be displayed. Otherwise, no message box will appear.
- showMessageBoxIfFailed (bool) – if True, the message box informing about an error during the generation will be displayed. Otherwise, no message box will appear.
-
keepAlive= False¶
-
multiple= False¶
-
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)¶
-
savable= False¶
-
classmethod
startReportGenerator()¶
-
classmethod
toolsMenu()¶
-