Skip to content

Commit

Permalink
kb(grid): improve seperation of code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
P1l3T0 committed Mar 14, 2024
1 parent 268f7d5 commit 7ca189a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions knowledge-base/grid-integration-with-telerik-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ res_type: kb
</tr>
</table>

![Integration with Telerik Reporting](images/grid-reporting-integration.gif "Integration with Telerik Reporting")

## Description

![Integration with Telerik Reporting](images/grid-reporting-integration.gif "Integration with Telerik Reporting")

This article demonstrates how to integrate the Grid with the [***Telerik Reporting***](https://www.telerik.com/products/reporting.aspx) product to embed reporting functionality in your ASP.NET app.
The integration itself depends on external assemblies, such as:

Expand Down Expand Up @@ -227,9 +228,9 @@ public class OrderDetails
}
````

User controls
**GridUC_CS** User control

````GridUC_CS.ascx
````ASP.NET
<%@ Control Language="C#" ClassName="GridUC_CS" %>
<telerik:RadGrid RenderMode="Lightweight" ID="RadGrid1" ShowStatusBar="true" Width="1000px"
Expand Down Expand Up @@ -322,7 +323,10 @@ User controls
</SelectParameters>
</asp:SqlDataSource>
````
````ReportViewerUC_CS.ascx

**ReportViewerUC_CS** User Control

````ASP.NET
<%@ Control Language="C#" ClassName="ReportViewerUC_CS" %>
<%@ Register Assembly="Telerik.ReportViewer.Html5.WebForms" Namespace="Telerik.ReportViewer.Html5.WebForms" TagPrefix="telerikRep" %>
Expand Down

0 comments on commit 7ca189a

Please sign in to comment.