How to reset page numbering on a specific page
This example illustrates how to reset page numbering (in the document header) on a specific page. To achieve this goal, add a new Section to a document and set its PageNumbering.Start property (see...
View ArticleReport Storage for the End-User Report Designer (WPF beta)
The following example demonstrates how to implement a report storage to persist report definitions in a database or in any other custom location. This may be useful when providing end-users with the...
View ArticleHow to pass a hidden dashboard parameter to a custom SQL query in the Web Viewer
The following example shows how to filter a custom SQL query by changing a parameter value in the ASPxDashboardViewer.CustomParameters event handler.In this example, the custIDQueryParameter query...
View ArticleASPxCardView - How to use the GetSelectedFieldValues method to obtain values...
This example demonstrates how to use the ASPxCardView.GetSelectedFieldValues method to obtain values of several (all) grid columns.
View ArticleHow to calculate multiple Custom Totals with SummaryType set to Custom
The following example demonstrates how to calculate and display multiple Custom Totals for a field.In this example, two Custom Totals are implemented for the Category Name field. The first one displays...
View ArticleHow to provide custom editors for report parameters in WPF
This example demonstrates how you can provide custom editors for report parameters of arbitrary types. In particular, it shows how to utilize a custom ComboBoxEdit as an editor for a multi-value report...
View ArticleHow to filter a LookUpEdit in one column based on the value of another column
This example illustrates how to filter LookUpEdit item source values in one column based on the value of another column. This functionality can be implemented only when a filtered LookUpEdit is...
View ArticleHow to filter an SQL query at runtime in the WinForms Viewer
The following example shows how to filter an SQL query at runtime using the DashboardViewer.CustomFilterExpression event. The TableName event parameter is used to check the name of the query that...
View ArticleHow to filter an SQL query at runtime in the Web Viewer
The following example shows how to filter an SQL query at runtime using the ASPxDashboardViewer.CustomFilterExpression event. The TableName event parameter is used to check the name of the query that...
View ArticleTokenEdit - How to implement reordering tokens via Drag&Drop
This example demonstrates how to implement the Drag and Drop functionality for reordering tokens.Question CommentsAdded By: Elena (DevExpress Support) at: 1/28/2016 1:21:16 AM Also, review the...
View ArticleASPxCardView - How to display detail data within a popup window
This example contains a Customers grid with a hyperlink column. When the hyperlink is clicked, a popup window is opened to display detail data - orders - of a given customer. Orders is a separate web...
View ArticleASPxCardView - How to display master-detail tables in two grids on separate...
This example demonstrates how to use two grids to display related tables. The grids are located on tab pages. The focused card of the first (master) grid filters data in the second (detail) grid. The...
View ArticleHow to use OData (WCF Data Services) to provide data for a report
At the moment, XtraReports cannot connect to an OData data source directly. Our reporting tools, however, are data source agnostic and support data sources of different types including .NET data...
View ArticleUsing the Web Service as an XtraReport.DataSource
This example illustrates how to use the Web Service as an XtraReport.DataSource.See also: How to use OData (WCF Data Services) to provide data for a report.
View ArticleHow to create a simple scheduling application that uses custom appointment...
Custom fields for appointments provide a way to associate arbitrary information with an appointment. This example represents a simple application that enables you to display, edit and save data...
View ArticleHow to save and restore layouts of floating documents residing within...
When you set the BaseView.FloatingDocumentContainer property to DocumentsHost, floating documents are hosted within a container to which other documents can be docked. Thus, this floating container...
View ArticleASPxCardView - How to specify the CommandButtons’ and Custom CommandButtons’...
The example demonstrates how to specify the CommandButtons and Custom CommandButtons properties by handling the CommandButtonInitialize and CustomButtonInitialize events. The DataRows' VisibleIndex...
View ArticleHow to preserve the XtraGrid View state
This example demonstrates how to preserve the XtraGrid's expansion, selection, focused row and its position related to the top, and restore this state later. For more information, please refer to the...
View ArticleHow to provide GridControl Master-Detail extension with MVVM capabilities
This example illustrates how to add MVVM capabilities to the Master-Detail functionality introduced by the MasterDetailHelper extension class. In this example we have created the MasterDetailMVVMHelper...
View ArticleHow to: Create a Custom Control Detail Item
The complete description is available in the How to: Create a Custom Control Detail Item help topic.Question CommentsAdded By: Leon Meijer 4 at: 2/1/2016 4:09:25 AM With version 2015, please change...
View Article