| version |
version() -> None |
|
| compute_rows |
compute_rows(sql: str) -> None |
|
| Compute |
Compute() -> None |
|
| render_load_modal |
render_load_modal(guid: str, link: str) -> str |
|
| set_width |
set_width(Width: str | int) -> None |
|
| set_height |
set_height(Height: str | int) -> None |
|
| GetTemplate |
GetTemplate(param1: str = '') -> str |
|
| report_style |
report_style() -> str |
|
| IsDynamic |
IsDynamic(ReportCode: str) -> int |
|
| SetUser |
SetUser(user: str) -> None |
|
| get_cache_guid |
get_cache_guid(is_toplevel: int = 0) -> str |
|
| read |
read(report_code: str, param1: str = '', param2: str = '', param3: str = '', timeframe: int = 0) -> None |
|
| GetNextReport |
GetNextReport(guid: str, context: JsonDictType, rep: str) -> tuple[str, str] |
|
| Create |
Create(report_code: str) -> None |
|
| Update |
Update() -> str |
|
| patch_param |
patch_param(altquery: str = '', depth: int = 0) -> str |
|
| report_read |
report_read(param1: str = '', param2: str = '', param3: str = '') -> None |
|
| render_sequence |
render_sequence(mode: str = 'direct') -> str |
|
| render_factory |
render_factory(report_type: str, param1: str = '', param2: str = '', param3: str = '') -> str |
Generates and renders a report based on the specified report type using a factory |
| render_null |
render_null(param1: str = '', param2: str = '', param3: str = '') -> None |
|
| render_value |
render_value(param1: str = '', param2: str = '', param3: str = '') -> str |
|
| render_type |
render_type(report_type: str, param1: str = '', param2: str = '', param3: str = '') -> str |
|
| render_basic |
render_basic() -> str |
|
| get_publish_path |
get_publish_path() -> str |
|
| render_buttons |
render_buttons() -> str |
|
| render_widget_start |
render_widget_start() -> str |
|
| render_notes |
render_notes() -> str |
|
| render_inline_layout |
render_inline_layout(lay: str) -> str |
|
| render_notes_footer |
render_notes_footer() -> str |
|
| render_inline_style |
render_inline_style() -> str |
|
| render_inline_js |
render_inline_js() -> str |
|
| render_widget_end |
render_widget_end() -> str |
|
| render_use_export |
render_use_export() -> str |
|
| ExecuteRpc |
ExecuteRpc(method: str, data: JsonDictType = dict()) -> str |
|
| render_ribbon |
render_ribbon() -> str |
|
| Render |
Render(param1: str = '', param2: str = '', param3: str = '', param4: str = '', param5: str = '', param6: str = '', param7: str = '', param8: str = '', param9: str = '') -> str |
|
| Compile |
Compile() -> None |
|