diff --git a/package.json b/package.json index 8663e2b..dfb6d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-samples", - "version": "5.4.20", + "version": "6.1.34", "scripts": { "test": "gulp test", "postinstall": "gulp copy", diff --git a/src/app/common/header/header.component.html b/src/app/common/header/header.component.html index 17d9ae2..19395a3 100644 --- a/src/app/common/header/header.component.html +++ b/src/app/common/header/header.component.html @@ -20,6 +20,6 @@ Product Detail - Try it Free + Try it Free \ No newline at end of file diff --git a/src/app/common/header/header.component.ts b/src/app/common/header/header.component.ts index fad8890..3ad8a06 100644 --- a/src/app/common/header/header.component.ts +++ b/src/app/common/header/header.component.ts @@ -39,8 +39,7 @@ export class HeaderComponent { } platformSamplePath = this.getRouterPath(this.platformName, platform, sampleName); const reportPath = routerData.reportRouterPath ? (platformBasePath + '/' + platformSamplePath) : platformSamplePath; - const url: string = location.origin.indexOf('demos.boldreports.com') !== -1 ? '/' : '/demos/'; - window.open(this.document.location.origin + url + data.otherPlatforms[platform] + reportPath, '_self'); + window.open(this.document.location.origin + "/" + data.otherPlatforms[platform] + reportPath, '_self'); } private getRouterPath(curPlatform: string, targetplatform: string, sampleName: string): string { @@ -51,17 +50,9 @@ export class HeaderComponent { if (samePath) { return sampleName; } else { - if (curPlatform.indexOf('asp') !== -1) { return sampleName.split(/(?=[A-Z])/).map((name) => { return name.toLowerCase(); }).join('-'); - - } else { - return sampleName.split(/-/).map((name) => { - return name.charAt(0).toUpperCase() + name.slice(1); - }).join(''); - - } } } } diff --git a/src/app/common/main-content/main-content.component.html b/src/app/common/main-content/main-content.component.html index ea89808..08b2dc0 100644 --- a/src/app/common/main-content/main-content.component.html +++ b/src/app/common/main-content/main-content.component.html @@ -60,20 +60,20 @@
- This report showcases the one-dimensional and two-dimensional barcode types rendered in our Report Viewer + This report showcases the one-dimensional and two-dimensional barcode types rendered in our Bold Report Viewer through Custom Report Item.
diff --git a/src/app/components/consolidated-balance-sheet/consolidated-balance-sheet.component.html b/src/app/components/consolidated-balance-sheet/consolidated-balance-sheet.component.html index 1ec57fc..ea5b620 100644 --- a/src/app/components/consolidated-balance-sheet/consolidated-balance-sheet.component.html +++ b/src/app/components/consolidated-balance-sheet/consolidated-balance-sheet.component.html @@ -4,7 +4,7 @@
- Consolidated balance sheet RDLC report represents the assets and liabilities of a company and all subsidiaries + Consolidated Balance Sheet RDLC report represents the assets and liabilities of a company and all subsidiaries for the last four quarters in a single sheet using Tablix report item. diff --git a/src/app/components/customer-support-analysis/customer-support-analysis.component.html b/src/app/components/customer-support-analysis/customer-support-analysis.component.html index 9bbaa2f..f150d1f 100644 --- a/src/app/components/customer-support-analysis/customer-support-analysis.component.html +++ b/src/app/components/customer-support-analysis/customer-support-analysis.component.html @@ -6,7 +6,7 @@
Customer Support Analysis involves in monitoring and analyzing information to keep track of trends, resolution time by a representative, customer satisfaction score, and support representative performance. Such analysis data is illustrated using the drill-through report concept - with table data region in Bold Reports Report Viewer. + with table data region in Bold Report Viewer.
- In this demo, invoice report is generated based on Report Parameters at run time, and it displays the comprehensive overview of an invoice that indicates the shipping order details using parameters,
- In this demo, mail merge report is designed to envelope the employee details using list report item.
+ In this demo, Mail Merge report is designed to envelope the employee details using list report item.
This demo showcases the details of products and suppliers of an organization and its sales ratio based on the market demand details using supported chart types
- such as pyramid, bar, and column charts, and table report item in Bold Reports Report Viewer.
+ such as pyramid, bar, and column charts, and table report item in Bold Report Viewer.
More information about chart data region can be found in this
The monthly expense data of an individual is presented as a report using embedded images, text boxes, chart, and table data regions
- in Bold Reports Report Viewer. Thereby, it makes the process of analyzing and tracking monthly spending patterns easier.
+ in Bold Report Viewer. Thereby, it makes the process of analyzing and tracking monthly spending patterns easier.
+ The PowerPoint RDL report represents the analytics of online food ordering for a specific region, presented in a PowerPoint format.
+
+ More information about Page break can be found in this documentation section.
+
- The sales by year RDLC report represents the sales of North America countries in each year using Tablix and Chart
diff --git a/src/app/components/sales-order-detail/sales-order-detail.component.html b/src/app/components/sales-order-detail/sales-order-detail.component.html
index 3d6094b..563950e 100644
--- a/src/app/components/sales-order-detail/sales-order-detail.component.html
+++ b/src/app/components/sales-order-detail/sales-order-detail.component.html
@@ -6,7 +6,7 @@
Sales Order Details shows the sales invoice details using the report parameters, line report item, and table formatting in Bold Reports Report Viewer.
+ target="_blank" rel="noreferrer">report parameters, line report item, and table formatting in Bold Report Viewer.
Sales Order Details by Order Number shows the order details using the report parameters, sub report item, and table formatting in Bold Reports Report Viewer.
+ target="_blank" rel="noreferrer">report parameters
+ The Transcript Report for school encapsulates a detailed analysis of academic grades and performance for a specific period,
+ presented in a comprehensive RDL format.
+
+ Transcript report designing steps can be found in this documentation section.
+
- In this demo, such data of a fictitious e-commerce website are illustrated using often used data regions such as pie, column, and smooth line charts and table in Bold Reports Report Viewer.
+ In this demo, such data of a fictitious e-commerce website are illustrated using often used data regions such as pie, column, and smooth line charts and table in Bold Report Viewer.
More information about chart data region can be found in this
-
-
+
+
diff --git a/src/styles.scss b/src/styles.scss
index 464c102..79537e9 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -124,10 +124,6 @@ bold-reportviewer {
display: block;
}
-#company-sales .e-reportviewer-toggleicon {
- color: #fff;
-}
-
.ej-preview-content #description{
display: none;
}
Detail
group is defined for a list, thereby it repeats each employee information in envelope format.
+
+ PageBreak
property.
+
+