You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The report uses parameter-driven logic to dynamically update company logos, names, and contact details without requiring changes to modifying the report layout using the <ahref="https://help.boldreports.com/enterprise-reporting/designer-guide/report-designer/report-parameters/add/"
<li>It supports scalable deployment across multiple <code>companies (A to E)</code>, enhancing reusability and reducing design overhead.</li>
7
+
<li>Bold Reports <code>image</code> and <code>text</code> report items are bound to parameters, enabling seamless customization of both visuals and data.</li>
8
+
</ul>
9
+
<p>
10
+
More information about the image report item can be found in this <a
* Dynamic Logos - This demo showcases a dynamic business report, where company-specific logos and content are updated automatically based on parameter selections.
3
+
*/
4
+
$(function(){
5
+
$("#container").boldReportViewer({
6
+
// Specifies the report Web API service URL. It is used to process the reports.
This demo showcases a Multi Language Report that allows users to view report in various languages using the JavaScript Bold Report Viewer. Select a language from the dropdown and click "View Report" to see the report content in the selected language.
24
+
</p>
25
+
<p>
26
+
Ensure that the report is designed to support multiple languages and that the necessary localization resources are available.
27
+
</p>
28
+
<p>
29
+
For detailed guidance on implementing localization, refer to the <ahref="https://help.boldreports.com/embedded-reporting/javascript-reporting/report-viewer/localization/"
Copy file name to clipboardExpand all lines: src/controls/samples.json
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@
71
71
"sampleName": "Sales Report",
72
72
"basePath": "report-viewer",
73
73
"directoryName": "sales-report",
74
+
"status": "Updated",
74
75
"imageDetails": {
75
76
"isLandscape": false,
76
77
"index": 9
@@ -458,6 +459,34 @@
458
459
"metaData": {
459
460
"description": "This demo visualizes an Infographics Report that effectively presents student demographics, course interests, achievements, and study preferences in the JavaScript Bold Report Viewer."
460
461
}
462
+
},
463
+
{
464
+
"routerPath": "dynamic-logos",
465
+
"sampleName": "Dynamic Logos",
466
+
"basePath": "report-viewer",
467
+
"directoryName": "dynamic-logos",
468
+
"status": "New",
469
+
"imageDetails": {
470
+
"isLandscape": false,
471
+
"index": 19
472
+
},
473
+
"metaData": {
474
+
"description": "This demo showcases a dynamic business report, where company-specific logos and content are updated automatically based on parameter selections in the JavaScript Bold Report Viewer."
475
+
}
476
+
},
477
+
{
478
+
"routerPath": "multi-language-report",
479
+
"sampleName": "Multi Language Report",
480
+
"basePath": "report-viewer",
481
+
"directoryName": "multi-language-report",
482
+
"status": "New",
483
+
"imageDetails": {
484
+
"isLandscape": false,
485
+
"index": 5
486
+
},
487
+
"metaData": {
488
+
"description": "This demo showcases a Multi Language Report that allows users to view report in various languages using the JavaScript Bold Report Viewer."
0 commit comments