How to: Implement a Custom Report Class
This example illustrates how to implement a custom report class. The complete description is available in the How to: Implement a Custom Report Class help topic.See Also:How to customize print preview...
View ArticleHow to customize the appearance of a map shape title
This example demonstrates how to change the appearance of a map dot title. To do this you should specify the MapItemsLayerBase.ShapeTitlesPattern property.
View ArticleHow to customize print preview settings when using Reports, Analysis and...
This example demonstrates how to access and customize the PrintingSystem object, which is responsible for the print preview and export settings. In order to do this, the PrintingSettingsLoaded and...
View ArticleHow to create a custom RangeTrackBarControl with multiple tick marks.
Sometimes it is useful to have the capability to edit multiple ranges using a single control. This can be introduced with a custom control – MultipleRangeTrackBar.In this example we have implemented...
View ArticleHow to reorder grid rows by drag and drop
This example extends the example provided in the How to allow an end-user to move the rows in a grid up and down if the grid is bound to a DataTable article with drag and drop functionality.Question...
View ArticleHow to sort a XtraPivotGrid by clicking on a field value
The PivotGrid allows sorting by any column. To do this, right click any field value and select an appropriate field to sort. Sometimes it is necessary to sort by any column by simply clicking on it....
View ArticleHow to print a chart and show Its print preview
This example demonstrates how to print a Chart Control, or show its Print Preview.
View ArticleOBSOLETE - How to print ChartControl via SimpleLink (DXPrinting)
This example illustrates an approach of including a ChartControl picture into a document generated via SimpleLink (DXPrinting). A corresponding functionality should be available out-of-the-box in a...
View ArticleHow to export a chart to HTML and MHT
The following example demonstrates how to export a chart to HTML and MHT files. To export the chart, use the appropriate ExportTo~ method (e.g., ExportToHtml, ExportToPdf, etc.)
View ArticleHow to configure dxDataGrid with Angular Approach
This example demonstrates how to display data from a data source in dxDataGrid created using the AngularJS approach.See also:Configure Widget - Angular ApproachQuestion CommentsAdded By: Marion...
View ArticleHow to copy last entered values into a newly created object, when using the...
This example covers a situation when an end-user fills DetailView information in batch mode. Sometimes it's necessary to duplicate last entered items into a new DetailView form. For implementation...
View ArticleHow to create the LabelControl's descendant that will support selecting and...
There are circumstances when it's necessary to display any static information in the application. In these cases, the LabelControl or the TextEdit is used. The LabelControl has an important advantage -...
View ArticleHow to implement a multi-level footer summaries (Obsolete)
Starting from version 2011 vol 1, this feature is natively supported by the GridView. See the Ability to show several footer summary items for the same columnsuggestion for details.This example...
View ArticleHow to implement the drag-and-drop capability to re-order rows and drop them...
We have implemented GridDragDropManager behavior in the grid extentions library. This attached behavior allows you to include the drag and drop support in your application more easily than the old...
View ArticleHow to implement the multi-row editing feature in the ASPxGridView
We already have the E158 example showing how to implement a similar feature. The project below is a simplified version of the same functionality, which allows you to edit all rows on a current page at...
View ArticleCustom client-side logic implementation in the grid with multi-row editing
Custom logic implemented in this example allows the end-user to select a limited number of named columns via comboboxes. The maximum number of columns the user can select is defined by a numeric column...
View ArticleHow to merge reports in XAF
In the XtraReports documentation How to: Merge Pages of Two Reports article it is described how to merge two XtraReports.To embed this solution in an XAF application, use the...
View ArticleHow to colorize chart items using the ChartItemArgumentToColorKeyProvider class
The following example demonstrates how to colorize chart items using the ChartItemArgumentToColorKeyProvider class as a color information provider.For this, create a ChartItemArgumentToColorKeyProvider...
View ArticleHow to colorize map shapes using the ShapeAttributeToColorKeyProvider class
The following example demonstrates how to colorize chart items using the ShapeAttributeToColorKeyProvider class as a color information provider for the colorizer.To solve this task, create a...
View ArticleHow to apply Master Filtering in ASPxDashboardViewer in OLAP mode
The following example demonstrates how to apply master filtering in ASPxDashboardViewer on the client side when the dashboard is connected to an OLAP cube. In this example, the...
View Article