How to programmatically generate ObjectDataSource and map object data source...
This example demonstrates how to programmatically generate an object data source with a parameterized constructor and map object data source parameters to report parameters. Take note that the data...
View ArticleHow to show tooltips for map shapes
This example illustrates how to display tooltips for shapes loaded from Shapefiles (Countries.dbf, Countries.shp). Note that a tooltip displays information (a country name, population) for each map...
View ArticleWPF End-User Report Designer - How to register a custom control in the...
This example demonstrates how to add a custom control to the Report Designer's toolbox using the Designer's RegisterControl method.
View ArticleASPxSpreadsheet - How to implement a custom footer displaying total summaries
This example demonstrates how to implement a footer with total summaries like in MS Excel:Please enter several values into ASPxSpreadsheet and select them with the mouse or pressing the SHIFT key:
View ArticleHow to: Bind a Report to an Excel Workbook at runtime
This code example demonstrates how to create a new blank report at runtime (an instance of the XtraReport class), bind it to a Microsoft Excel workbook, and then, fill the report with a DetailBand...
View ArticleOBSOLETE - How to represent a enumeration property via radio buttons or check...
==========================================================This example is now obsolete. Refer to the How to represent an enumeration property via a drop-down box with check boxes one...
View ArticleHow to: Bind a Report to a CSV file at runtime
This code example demonstrates how to create a new blank report at runtime (an instance of the XtraReport class), bind it to data obtained from a CSV file, and then, fill the report with a DetailBand...
View ArticleASPxGridView - how to create a multilevel master-detail grid dynamically
This example illustrates how to load content into the GridViewDetailRowTemplate container dynamically and bind it to a dynamical datasourceQuestion CommentsAdded By: Sree Chitoor at: 8/18/2016 8:21:30...
View ArticleHow to change a label's appearance in its BeforePrint event handler
This example demonstrates how to handle a label's BeforePrint event, how to access a label object in this event handler, and how to customize its appearance according to some certain condition.Question...
View ArticleWPF End-User Report Designer - How to customize the Ribbon toolbar
This example demonstrates how you can customize the Report Designer control's toolbar. In particular, it shows how to remove standard toolbar controls and add custom ones. To accomplish this, use the...
View ArticleDocument Viewer - Ribbon - How to customize the list of export formats
This example illustrates how to hide some of the export formats available in the Document Viewer toolbar.
View ArticleASPxReportDesigner - How to register a custom control in the Designer's toolbox
This example shows how to create a custom control and register it in the Web Report Designer's Toolbox. The example illustrates the steps to expand a set of native report controls by deriving from...
View ArticleHow to create custom report controls
This example demonstrates how to create a custom ProgressBar control.In this example, the progress bar control is implemented as a filled rectangle with variable width, and serves as a graphical...
View ArticleHow to use ASPxCheckBox in DataItemTemplate to emulate a selection
The Selection behavior is emulated by the ASPxCheckBox. Client-side events are set at runtime. The checkbox uses the ASPxClientGridView.SelectRowOnPage to set a row, where it is placed.This example...
View ArticleASPxComboBox: Three Different Methods to Create ToolTip for ComboBox Items
This example demonstrates how to create a tooltip for each ComboBox item. In the first pair of ASPxComboBoxes, items are read from the database and converted from plain text to HTML code (<span...
View ArticleOBSOLETE - Custom Functions
This solution is obsolete. Refer to theHow to: Implement a Custom Criteria Language Operator article for a recommended solution.Database engines provide specific functions that aren't implemented in...
View ArticleHow to implement the ICustomFunctionOperatorFormattable interface
This example is a modified version of the E207 example. Starting from version 9.2 we implemented the ICustomFunctionOperatorFormattable interface. Now, there is no necessity to create a custom...
View ArticleHow to use an unbound check box column to select grid rows
From version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection. This feature is demonstrated in the example that targets version 13.2. Additional...
View Article