RpReports Client Report Dialog
The OEM Partner can specify which items from the Report Dialog are exposed on the Client Report Dialog.
Each of the items on the OEM Report Dialog is optional on the Client Report Dialog, or the OEM can choose not to load any dialog at all, and to create the report directly.
INI File Settings
The items to include on the Client Report Dialog are defined as globals in the Project INI File :
- brpreports_show_report_dialog - Do not display dialog at all if false
- brpreports_include_report_title - Client can change Report Title
- brpreports_include_report_introduction - Client can change Report Introduction Comments
- brpreports_include_report_selected_entities_only - Client can specify - Selected Entities only
- brpreports_include_report_entities_without_attributes - Client can specify - Show Entities without Attrbiutes
- brpreports_include_report_groups_as_assemblies - Client can specify - Treat top-level groups as assemblies
- brpreports_include_report_show_totals - Client can specify - Show Totals
- brpreports_include_report_set_bom_level - Client can specify - Indented Bill of Materials level
- brpreports_include_report_launch_report - Client can specify - Show report when complete
- brpreports_include_report_page_setup - Client can perform Page Setup
Set each feature desired to y, and each feature not desired to n'.
Sample settings
#---CLIENT REPORT DIALOG SETUP --- #These setting determine which features are available on the Client Report Dialog #brpreports_show_report_dialog - Do not display dialog at all if false brpreports_show_report_dialog=y #brpreports_include_report_title - Client can change Report Title brpreports_include_report_title=y #brpreports_include_report_introduction - Client can change Report Introduction Comments brpreports_include_report_introduction=y #brpreports_include_report_selected_entities_only - Client can specify - Selected Entities only brpreports_include_report_selected_entities_only=n #brpreports_include_report_entities_without_attributes - Client can specify - Show Entities without Attrbiutes brpreports_include_report_entities_without_attributes=n #brpreports_include_report_groups_as_assemblies - Client can specify - Treat top-level groups as assemblies brpreports_include_report_groups_as_assemblies=n #brpreports_include_report_show_quantity - Client can specify - Show quantity brpreports_include_report_show_quantity=n #brpreports_include_report_show_totals - Client can specify - Show Totals brpreports_include_report_show_totals=n #brpreports_include_report_set_bom_level - Client can specify - Indented Bill of Materials level brpreports_include_report_set_bom_level=n #brpreports_include_report_launch_report - Client can specify - Show report when complete brpreports_include_report_launch_report=y #brpreports_include_report_page_setup - Client can perform Page Setup brpreports_include_report_page_setup=y