How to update a report when displaying the ReportViewer within the...
This example illustrates the capability to update the report content when displaying the ReportViewer within the ASPxPopupControl. This can be done by calling the ASPxClientReportViewer.Refresh method....
View ArticleASPxHtmlEditor - How to create a custom color dialog
This example demonstrates how to embed a custom color dialog instead of the standard one to support selection of custom back and fore colors. The ASPxHtmlEditor allows you to define custom buttons...
View ArticleHow to use ASPxFilterContol to filter a report on a Web page.
This example shows how to use ASPxFilterControl to allow your end-users to construct filtering criteria for a Web report.To solve this task, drop an ASPxFilterContol onto your Web page, create filter...
View ArticleHow to implement the drill-down feature for XtraReports in a web application:...
This example is an extended version of the E287example. The main improvement in this example is using the ASPxCallbackPanel to host a ReportToolbar and ReportViewer controls. Now all updates of the...
View ArticleHow to implement custom paging for a web report
This example demonstrates how the ASPxPager control can be used to perform pagination for the ReportViewer control, displaying a multi-page report. At present, ASPxPager does not expose a client-side...
View ArticleASPxGridView - How to hide or show filter row menu items for a certain column
This example demonstrates how to hide or show filter row menu items for a certain column.To do this, we assign CSS classes to:- Filter cells using the Styles.FilterCell.CssClass property;- Filter row...
View ArticleGridView - How to hide or show filter row menu items for a certain column
This example demonstrates how to hide or show filter row menu items for a certain column.To do this, we assign CSS classes to:- Filter cells using the Styles.FilterCell.CssClass property;- Filter row...
View ArticleASPxFileManager - How to bind ASPxFileManager to AccessDataSource
This example illustrates how to bind ASPxFileManager to AccessDataSource.Data editing is disabled for the online demo.E4440: ASPxFileManager - How to bind ASPxFileManager to SqlDataSource
View ArticleHow to use the digital signature options when exporting a report to PDF
This sample details the implementation of a digital signature for reports exported to PDF via the ExportOptions.Pdf.SignatureOptions property of an XtraReport.In particular, it illustrates how you can...
View ArticleGetting Started with DXEditors. Tutorial. How to create a registration form.
This example demonstrates how to create a registration form with DXEditors for WPF. Review KA18694 to learn how to build this application.
View ArticleHow to export a report to XLS format
The following example demonstrates how to export a report to XLS format. To do this, the XtraReport.ExportToXls method should be used. It also demonstrates what specific XlsExportOptions may be used...
View ArticleHow to conditionally create controls via callbacks using the ASPxCallbackPanel
The standard ASP.NET behavior demands full page hierarchy recreation on each page request. However, there are situations when the ASPxNavBar (with turned callbacks on) is expanded too slowly if the...
View ArticleHow to implement custom WinPropertyEditor with ListBoxControl
okHello,This example illustrates how to implement a custom WinPropertyEditor that contains ListBoxControl and operates the ImmediatePostData property correctly.We have created a descendant of the...
View ArticleDXRichEdit for WPF: How to implement automatic Document to PDF converter
This example demonstrates how easy it is to implement automatic conversion from .DOCX and .DOC files to PDF format using the RichEditDocumentServer. RichEditDocumentServer determines format of a file...
View ArticleHow to replace default filter items with custom ones
In some situation it can be helpful to replace default items with custom ones. E.g. if you have too many items they can be convenient for grouping them based upon certain criteria and displaying group...
View ArticleDXRichEdit for Silverlight: How to create a Master-Detail report using...
This example shows how the MailMerge feature enhanced with the DOCVARIABLE field specifics with the help of the RichEditDocumentServer text processing engine empowers the users to accomplish complex...
View ArticleHow to use ASPxHtmlEditor to edit RTF data
It is possible to use ASPxHtmlEditor WYSIWYG capabilities to edit rich text, for example, imported from the RTF file.This example illustrates how to:- Store real RTF content in a data source;- Edit...
View ArticleASPxFileManager - How to implement a LINQ to SQL based file system provider
This example shows how to create a LINQ to SQL based file system provider for the ASPxFileManager. The provider retrieves data from DataContext connected to a database containing file/folder structure...
View ArticleHow to export reports to different sheets in an XLSX file by using...
This example illustrates how to use the Spreadsheet Document Server to export different reports to different sheets of a single XLSX file.
View ArticleCell Merging
The example shows how to implement the cell merge feature for the ASPxGridView control. You can use the helper class that will perform cell merging for the grouped grid as well. Please keep in mind...
View Article