How to bind a report to an XML file
This example demonstrates how to bind a report to an XML file using the XmlDataPath property of a report.Please note that this approach is now obsolete and this task can be solved by using the...
View ArticleHow to bind a report to a datasource, whose data is loaded from an XML file
This code sample illustrates how to bind a report to XML data stored in a file (Cars.xml in this case). For a design-time tutorial, see How to: Bind a Report to an XML File.
View ArticleASPxGridView - How to implement cascading combo boxes in Batch Edit mode by...
This example shows how to implement cascading combo boxes in EditingSettings "Batch" mode by using WebMethods. The example is based on ASPxGridView - How to implement cascading comboboxes in Batch Edit...
View ArticleASPxDashboardViewer - How to customize scales settings for individual gauges...
This example demonstrates how to modify startValue, endValue, majorTick settings per each gauge inside GaugeDashboardItem.
View ArticleHow to reorder dxDataGrid rows using drag-and-drop
This example demonstrates how to move dxDataGrid rows using Draggable and Droppable plug-ins of the jQueryUI library. To accomplish this task, we need to perform the following steps:1. Set a fake CSS...
View ArticleHow to use XtraReport's multi-value parameter as a column chooser
This example demonstrates how to use a report parameter in multi-value mode to grant an end-user the capability to select columns that should be displayed in the report:LookUpValueCollection is used in...
View ArticleHow to customize the New Report Wizard (introduced in the 2014 vol.1 release)...
This sample illustrates how to customize the wizard in the End-User Designer.Question CommentsAdded By: Jon 9 at: 10/23/2014 5:08:13 AM Is there any further documentation on how to customize the new...
View ArticleASPxDashboardDesigner - How to save dashboards to a data base
This example shows how to create a custom dashboard storage that allows storing dashboards in a data base.Custom dashboard storage should implement the IDashboardStorage interface, that contains the...
View ArticledxDataGrid - How to implement a custom store with CRUD operations
The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe how to implement a custom data source that...
View ArticleHow to group ComboBoxEditor items
This example demonstrates how to group ComboBoxEditor items.DxEditors support binding to ICollectionView, so the main idea of this feature realization is the use of ListCollectionView.
View ArticleHow to bind the GridView with the Entity Framework in a regular and Database...
This example is an illustration of the KA18615: How to bind MVC GridView Extension with Entity Framework in a server mode KB Article. Please refer to the article for an explanation. This example...
View ArticleHow to delete pages from PDF
This example illustrates how to use PDF Document Processor for deleting pages from PDF.In this example, the PdfDocumentProcessor.DeletePage method is called 55 times to delete each odd numbered page...
View ArticleHow to extract pages from a document
This example shows how to extract pages from a document into a separate file.
View ArticleHow to show the Deleting Confirmation box after performing some server-side...
This example demonstrates how you can perform some server-side actions when a user clicks the "Delete" command button, and then show the Deleting confirmation PopupControl.Use a custom command button...
View ArticleGridView - How to add a custom button to the FilterPanel
This example demonstrates how to add a button to the FilterPanel.To use this solution in your application, execute the following steps:1. Create a custom GridControl as it is shown at How to create a...
View ArticleHow to create a custom hyperlink control
This example does not apply to the latest XtraReports version, because with the 16.1 release, the corresponding functionality has become available out of the box. The current solution for this task is...
View ArticleHow to create a Multi-Pane chart with different axis ranges
This example illustrates how to create a chart with multiple series placed in separate panes with an individual Y-axis. To accomplish this task you can create a secondary Y-axis item for each chart's...
View ArticleHow to implement a custom LookUpEdit supporting Server Mode
This example demonstrates how to create a custom editor that supports server mode data sources in versions where this functionality is not supported out of the box.Important:- Starting with version...
View ArticleFormula Engine - examples of use
This example demonstrates how to use the FormulaEngine class for evaluating worksheet formulas and parsing expressions.Select a cell and click the Set Context Cell button to specify a cell used to...
View ArticleCustomFieldSort - How to sort field values by invisible data column values
This example shows how to sort column or row area fields by invisible data column values via the PivotGridControl.CustomFieldSort event. There are two columns in the project: Month and Order. The first...
View Article