Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(REPORT-9328): Modified the CDN version of reportviewer to static version #4

Open
wants to merge 2 commits into
base: hotfix/hotfix-v19.3.0.53
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Aurelia/ReportViewer/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The below steps describes to create Syncfusion Aurelia ReportViewer component.

{% endhighlight %}

N> Default RDL Report will be rendered, which is used in the online service.You can obtain sample rdl/rdlc files from Syncfusion installed location (%userprofile%\AppData\Local\Syncfusion\EssentialStudio\{{ site.releaseversion }}\Common\Data\ejReportTemplate).
N> Default RDL Report will be rendered, which is used in the online service.You can obtain sample rdl/rdlc files from Syncfusion installed location (%userprofile%\AppData\Local\Syncfusion\EssentialStudio\19.1.0.63\Common\Data\ejReportTemplate).

2.Create `reportviewer.js` file inside `src/samples/reportviewer` folder with below code snippet.

Expand Down Expand Up @@ -145,7 +145,7 @@ The ReportViewer has data binding support to visualize the RDLC reports. The fol

{% endhighlight %}

N> Default RDLC Report will be rendered, which is used in the online service. You can obtain sample rdl/rdlc files from Syncfusion installed location (%userprofile%\AppData\Local\Syncfusion\EssentialStudio\{{ site.releaseversion }}\Common\Data\ejReportTemplate).
N> Default RDLC Report will be rendered, which is used in the online service. You can obtain sample rdl/rdlc files from Syncfusion installed location (%userprofile%\AppData\Local\Syncfusion\EssentialStudio\19.1.0.63\Common\Data\ejReportTemplate).

2.Create `reportviewer.js` file inside `src/samples/reportviewer` folder with below code snippet.

Expand Down
15 changes: 0 additions & 15 deletions aurelia-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,21 +528,6 @@
<li><a href="/aurelia/richtexteditor/getting-started">Getting Started</a></li>
</ul>
</li>
<li>
ReportViewer
<ul>
<li><a href="/aurelia/reportviewer/overview">Overview</a></li>
<li><a href="/aurelia/reportviewer/getting-started">Getting Started</a></li>
<li>
How To
<ul>
<li>
<a href="/aurelia/reportviewer/how-to/Load-Unsupported-Fonts">Load the Unsupported fonts in Application level for Cross Plat-forms</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
Ribbon
<ul>
Expand Down