From bf3065bde2d9b5b57038fb387ea3b77eb9ec9915 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 21 Feb 2022 18:14:02 +0530 Subject: [PATCH] SEO-1973_Site_Audit_Issues --- aspnet-core/Diagram/Getting-Started.md | 10 +++---- aspnet-core/Grid/Data-Binding.md | 26 +++++++++---------- .../ReportViewer/Report-DataSources.md | 6 ++--- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/aspnet-core/Diagram/Getting-Started.md b/aspnet-core/Diagram/Getting-Started.md index 6caf4829..467a3b4b 100644 --- a/aspnet-core/Diagram/Getting-Started.md +++ b/aspnet-core/Diagram/Getting-Started.md @@ -29,7 +29,7 @@ This section explains briefly you on how to create a Diagram in your ASP.NET COR 3\. This creates an empty diagram -![Getting-Started_images1](Getting-Started_images/Getting-Started_img1.png) +![ASP.NET Core Diagram Initialize Diagram](Getting-Started_images/Getting-Started_img1.png) ### Create and add Node @@ -53,7 +53,7 @@ N> `Labels` property is an array, which indicates that more than one label can b Added node will be displayed in diagram as shown below. -![Getting-Started_images2](Getting-Started_images/Getting-Started_img2.png) +![ASP.NET Core Diagram Create and add Node](Getting-Started_images/Getting-Started_img2.png) ### Connect nodes @@ -89,7 +89,7 @@ Connect these two nodes by adding a `connector` into `Connectors` collection wit * `Connector` connects the two nodes as shown below. -![Getting-Started_images3](Getting-Started_images/Getting-Started_img3.png) +![ASP.NET Core Diagram Connect nodes](Getting-Started_images/Getting-Started_img3.png) * Default values for all nodes and connectors can be set using default settings. For example if all nodes have same `Width` and `Height`, we can move such properties into `DefaultSettings`. Above code can be rewritten as shown below. @@ -212,7 +212,7 @@ Similarly we can add required nodes and connectors to form a complete flow diagr Final flow chart will looks as shown below. -![Getting-Started_images4](Getting-Started_images/Getting-Started_img4.png) +![ASP.NET Core Diagram Complete flow diagram](Getting-Started_images/Getting-Started_img4.png) ## Automatic organization chart @@ -317,4 +317,4 @@ Following code examples indicate how to define the default appearance of node an * The Employee details are displayed in the Diagram as follows. -![Getting-Started_images5](Getting-Started_images/Getting-Started_img5.png) +![ASP.NET Core Diagram Apply org chart layout](Getting-Started_images/Getting-Started_img5.png) diff --git a/aspnet-core/Grid/Data-Binding.md b/aspnet-core/Grid/Data-Binding.md index 6a4f45e5..82c826fa 100644 --- a/aspnet-core/Grid/Data-Binding.md +++ b/aspnet-core/Grid/Data-Binding.md @@ -1,12 +1,12 @@ --- layout: post title: DataBinding with grid widget for Syncfusion Essential ASPNET Core -description: How to bind in-memory JSON and remote web services in grid +description: How to bind in-memory JSON and remote web services in Syncfusion ASPNET Core Grid Control, its elements, and more. platform: aspnet-core control: grid documentation: ug --- -# Data Binding +# Data Binding in ASPNET Core Grid The Grid `datasource` property or `e-datamanager` child tag allows to bind datasource as the instance of one of the following types. @@ -68,7 +68,7 @@ namespace samplebrowser.Controllers.Grid The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img1.png) +![ASPNET Core Grid Data Binding](Data-Binding_images/Data-Binding_img1.png) ## Complex binding @@ -111,7 +111,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img6.png) +![ASPNET Core Grid Complex binding](Data-Binding_images/Data-Binding_img6.png) ## WCF DataService / OData service @@ -141,7 +141,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img7.png) +![ASPNET Core Grid WCF DataService](Data-Binding_images/Data-Binding_img7.png) ## Web API Service @@ -197,7 +197,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img9.png) +![ASPNET Core Grid Web API Service](Data-Binding_images/Data-Binding_img9.png) ## HTML Table binding @@ -286,7 +286,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img10.png) +![ASPNET Core Grid HTML Table binding](Data-Binding_images/Data-Binding_img10.png) ## Miscellaneous @@ -315,7 +315,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img11.png) +![ASPNET Core Grid Load on demand](Data-Binding_images/Data-Binding_img11.png) ### Load at once @@ -344,7 +344,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img12.png) +![ASPNET Core Grid Load at once](Data-Binding_images/Data-Binding_img12.png) ### Data caching @@ -374,7 +374,7 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img13.png) +![ASPNET Core Grid Data caching](Data-Binding_images/Data-Binding_img13.png) ### Custom request parameters and HTTP header @@ -405,7 +405,7 @@ E> Attempting to add custom parameters with key name same as any default AJAX pa The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img14.png) +![ASPNET Core Grid Adding request parameters](Data-Binding_images/Data-Binding_img14.png) #### Adding custom HTTP headers @@ -436,7 +436,7 @@ N> To add custom headers to the DataManager through JavaScript, refer to this [ The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img15.png) +![ASPNET Core Grid](Data-Binding_images/Data-Binding_img15.png) ### Handling HTTP Errors @@ -486,4 +486,4 @@ The following code example describes the previous behavior. The following output is displayed as a result of the previous code example. -![](Data-Binding_images/Data-Binding_img16.png) \ No newline at end of file +![ASPNET Core Grid Handling HTTP Errors](Data-Binding_images/Data-Binding_img16.png) \ No newline at end of file diff --git a/aspnet-core/ReportViewer/Report-DataSources.md b/aspnet-core/ReportViewer/Report-DataSources.md index f88073d9..07ab02fd 100644 --- a/aspnet-core/ReportViewer/Report-DataSources.md +++ b/aspnet-core/ReportViewer/Report-DataSources.md @@ -1,13 +1,13 @@ --- layout: post -title: Report DataSources | Syncfusion -description: report datasources +title: Report DataSources in ASPNET Core ReportViewer Control | Syncfusion +description: Learn here about report datasources in Syncfusion Essential ASPNET Core ReportViewer Control, its elements, and more. platform: aspnet-core control: ReportViewer documentation: ug --- -## Report DataSources +# Report DataSources in ASPNET Core ReportViewer The ReportViewer has support to add data sources to ReportViewer for RDLC reports at runtime. You can add SQL Server DataSources to ReportViewer. The ReportViewer has `dataSources` property that is the list of ReportDataSource type to add collection of DataSources to it. You can add DataSources through Web API.