How to resize GaugeControl on printing/exporting
This example illustrates an approach of including a GaugeControl image into a document generated via SimpleLink (DXPrinting).In the example, a gauge's image is obtained via the...
View ArticleHow to create a custom exporter for the PivotGridControl by using the...
This example illustrates how to dynamically create a custom report based on PivotGridControl content. It also implements the following suggestions:S130430: Support word wrap when printing and...
View ArticleHow to create a custom exporter for the DXPivotGrid control by using the...
This example illustrates how to dynamically create a custom report based on PivotGridControl content. This report contains a plane table representing pivot grid data.
View ArticleHow to export the AcroForm data
This example shows how a PDF document with the AcroForm data (interactive forms) can be exported either to the XML or FDF format.
View ArticleHow to import the AcroForm data
This example demonstrates how you can import the AcroForm data (interactive forms) either from XML or FDF format to a PDF document.
View ArticleCustom callback based implementation of cascading comboboxes (in a detail Grid)
This demo is based on the sample provided in example E1362. It uses custom callbacks to implement cascading comboboxes in a detail GridView. Two comboboxes edit two database fields. The value list in a...
View ArticleHow to clone a persistent object
ScenarioIn this example, we create a CloneIXPSimpleObjectHelper class that will be used to clone the provided persistent object. Steps to implement1. Implement the CloneIXPSimpleObjectHelper class as...
View ArticleHow to allow users to create filter via the criteria editor before previewing...
This example demonstrates how to display a popup window with the filter editor before showing report preview, and filtering the report using the filter specified in this window. For this purpose, a...
View ArticleHow to import Google Calendar using Google Calendar API
This example demonstrates how you can use the Google Calendar API in your scheduling application. Google provides the corresponding guidelines regarding use of this API:Google Calendar API Before using...
View ArticleWeb Report Designer - How to open a report with an untyped DataSet as a data...
Currently, strongly typed DataSets are serialized, while untyped are not. Obviously, this behavior produces incorrect results if you save/load a report layout to/from XML. Since the Web Report Designer...
View ArticleHow to serialize a report to XML with an untyped DataSet as a data source
This example demonstrates how to serialize a report to XML with an untyped data set as a data source. Refer to How to serialize a report to XML with an untyped DataSet as a data source for more...
View ArticleASPxHtmlEditor - How to manipulate ASPxHtmlEditor View Areas by...
This example demonstrates how to manipulate ASPxHtmlEditor View Areas by CustomToolbarButton.1) Wrap ASPxHtmlEditor with ASPxCallbackPanel to programmatically send a callback to the server; 2) Define...
View ArticleASPxGridLookup - How to bind a lookup based on multiple selection of another...
This example demonstrates how to implement two cascaded ASPxGridLookup controls: To implement it, perform the following steps:1) Handle the server-side ASPxGridLookup.Init event of a "detail" lookup...
View ArticleHow to update a document displayed by the ASPxDocumentViewer within the...
This example illustrates how to update a web report's content on the fly by placing the ASPxDocumentViewer within the ASPxPopupControl and calling the ASPxClientDocumentViewer.Refresh method.An...
View ArticleHow to create and setup an XtraReport report for exporting to a Stream in a...
ScenarioIf you want to use XAF report in non-XAF application, then you can follow these instructions to achieve this. Since XAF stores reports in the database, and XAF reports use the ObjectSpace to...
View ArticleHow to use the ASPxPageControl control in Full Screen mode (100% browser...
This example demonstrates how to resize a DevExpress ASP.NET control (for example, ASPxPageControl) to occupy the entire browser window (a Full Screen mode)1) Reset the following default CSS rules for...
View ArticlePrism - How to define Prism regions for various DXDocking elements
Since Prism RegionManager supports standard controls only, it is necessary to write custom RegionAdapters (a descendant of the Microsoft.Practices.Prism.Regions.RegionAdapterBase class) in order to...
View ArticleHow to customize the filter criteria before it is applied to GridView
If you need to modify the GridView filter right before it is sent to the DataController, you can use the ColumnView.SubstituteFilter event.This example demonstrates this approach.
View ArticleHow to sort groups by number of records in the group
This example illustrates how to sort groups in the report by the number of records in each group. For more information, see Sorting Data.See also: How to sort groups by a custom summary function...
View ArticleHow to handle events of editor's controls in Detail View
This example demonstrates how to handle specific events of Property Editors and ObjectSpace, indicating changes with object in the Detail View.See Also:Access Editor SettingsQuestion CommentsAdded By:...
View Article