Skip to content

SEO - 2627 - AngularJS #160

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

Open
wants to merge 1 commit into
base: hotfix/hotfix-v20.2.0.36
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
10 changes: 5 additions & 5 deletions angularjs/ReportViewer/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Getting Started with ReportViewer component
description: getting started
description: Learn here all about getting started with Syncfusion Essential AngularJS ReportViewer control, its elements, and more.
platform: AngularJS
control: ReportViewer
documentation: ug
keywords: ejReportViewer, ReportViewer, js ReportViewer
---

# Getting Started
# Getting Started with ReportViewer component

This section explains briefly about how to create a ReportViewer in your web application with AngularJS.

Expand Down Expand Up @@ -94,7 +94,7 @@ N> Default RDL Report will be rendered, which is used in the online service. You

Run the sample application and you can see the ReportViewer on the page as displayed in the following screenshot.

![](Getting-Started_images/Getting-Started_img1.png)
![AngularJS ReportViewer creating first report viewer](Getting-Started_images/Getting-Started_img1.png)

ReportViewer with Grouping Aggregate Report
{:.caption}
Expand Down Expand Up @@ -126,7 +126,7 @@ N> The credential information for Report Server is provided in online service.

2.Run the application and you can see the ReportViewer on the page as displayed in the following screenshot.

![](Getting-Started_images/Getting-Started_img2.png)
![AngularJS ReportViewer load ssrs server reports](Getting-Started_images/Getting-Started_img2.png)

Report from SSRS
{:.caption}
Expand Down Expand Up @@ -169,7 +169,7 @@ N> Default RDLC Report will be rendered, which is used in the online service. Yo

2.Run the application and you can see the ReportViewer on the page as displayed in the following screenshot.

![](Getting-Started_images/Getting-Started_img3.png)
![AngularJS ReportViewer load rdlc repors](Getting-Started_images/Getting-Started_img3.png)

Area Chart RDLC Report
{:.caption}
Expand Down
8 changes: 4 additions & 4 deletions angularjs/TreeView/Tree-Node.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: post
title: Tree-Node
description: tree node
title: Tree-Node in AngularJS TreeView Control | Syncfusion
description: Learn here all about tree-node support in Syncfusion Essential AngularJS TreeView control, its elements, and more.
platform: AngularJS
control: TreeView
documentation: ug
---


# Tree Node
# Tree Node in AngularJS TreeView Control

TreeView node is structured with expand/collapse arrow, checkbox, image and text as shown in below.

![](Tree-Node_images/Tree-Node_img1.png)
![AngularJS TreeView structure](Tree-Node_images/Tree-Node_img1.png)


Also TreeView node object holds the following properties.
Expand Down