How to print DevExpress ASP.NET controls via XtraReports
This example illustrates how to print and/or export DevExpress ASP.NET controls by embedding them into an XtraReport.In this example an ASPxGridView and WebChartControl are added to a report by using...
View ArticleGetting Started. XtraReports.
This solution is created to illustrate the steps described in the Creating a Salary reporting application with the DevExpress XtraReports. Introduction. tutorial series.The solution consists of the...
View ArticleHow to: Implement Custom Permission, Role and User Objects
This example illustrates how to create custom security objects, such as permissions, roles and users. We will implement a permission that allows administrators to secure the exporting functionality in...
View ArticleHow to implement a master-detail scenario in ASPxMenu
This example demonstrates how to implement a master-detail scenario using ASPxMenu. Root elements will show Categories from the Northwind database, and child ones will show Products belonging to those...
View ArticleHow to bind a numeric chart range control client to a collection of simple type
This example demonstrates how to set up a range control with the numeric chart client to display a chart with numeric data in the range control's background. Note that the numeric chart range control...
View ArticleHow to override the LayoutView painting mechanism
Sometimes, the capabilities provided by the LayoutView for custom drawing isn't enough to achieve certain task. We have several requests for extending the custom drawing capabilities of the LayoutView....
View ArticleGridView - How to allow end-users to resize the grid(MVC)
This example is an implementation of the E5057: ASPxGridView - How to allow end-users to resize the grid example for the MVC platform. The example supports both postponed (when the control's frame is...
View ArticleHow to implement CRUD operations in ASPxTreeList using hyperlinks in a custom...
This example demostrates how to implement CRUD operations (create, update, delete nodes) in ASPxTreeList using hyperlinks in a custom column. To do so, we need to add custom ASPxTreeListDataColumn that...
View ArticleHow to customize a data store schema for dashboard data sources
This example demonstrates how to customize a data store schema for a dashboard data source that uses a connection to the Northwind database.In this example, the IDBSchemaProvider interface is...
View ArticleHow to create custom TabKeyPressed handler in ASPxMemo
This example shows how to implement a custom functionality on the tab key press in ASPxMemo instead of changing focus by default.For instance, it is possible to add a tabulation symbol in our editor's...
View ArticleHow to use a private font (a custom font distributed with the application) in...
This example demonstrates how to use a custom font distributed with the application in XtraReport. The main idea of this approach is to use the PrivateFontCollection class to store custom font...
View ArticleHow to bind a numeric chart range control client to an array of integers
This example demonstrates how to set up a range control with the numeric chart client to display a chart with numeric data in the range control's background. Usually, in order to provide data to a...
View ArticleHow to use ASPxUploadControl to upload an image and display it on a web page
This example demonstrates how to use ASPxUploadControl to upload an image to the server and then show it on the page. To do this, please follow these steps: - Place ASPxUploadControl on the pageand set...
View ArticleHow to load an excel file to the server using ASPxUploadControl and display...
This example shows how to load an excel file from your computer to the server using ASPxUploadControl and then display its data in ASPxGridView. To do this, you first need to place the ASPxGridView and...
View ArticleHow to bind a numeric chart range control client to a point collection
This example demonstrates how to bind a numeric chart range control client to a System.Windows.Media.PointCollection containing System.Windows.Point objects.For this, declare a point collection as a...
View ArticleHow to bind a numeric chart range control client to a list of custom objects
This example shows how to bind a numeric chart range control client to a System.Collections.Generic.List containing NumericItem objects.Each NumericItem object contains Argument and Value properties,...
View ArticleHow to show detail information in a separate ASPxGridView
This example demonstrates how to use two ASPxGridView instances to show the master-detail data. Detail data is displayed in an external ASPxGridView when a master ASPxGridView's focused row index is...
View ArticleHow to bind a date-time chart range control client to a list of custom objects
This example demonstrates how to use the date-time chart client for a range control to display a chart with date-time data within the range control's viewport.In this example a date-time chart range...
View ArticleHow to display the name of the current user in a report
This example demonstrates how to use script to display the name of the current user in XafReport (XtraReport).See Also:Scripting Overview
View ArticleHow to display detail data within a popup window using ASPxPopupControl...
The E2193 example illustrates how to implement a master-detail scenario using the ASPxGridView and ASPxPopupControl controls. We use the ASPxClientPopupControl.SetContentUrlmethod and place the detail...
View Article