How to import large amounts of data into ListView (Example)
See the K18260 KB Article for more information.See also:ORM Magic–Importing from any datasourceNote This example cannot be converted to VB.NET because of the VB.NET compiler limitations. We apologize...
View ArticleHow to: Create Unbound Columns
This example shows how to add an unbound column to the Grid Control.
View ArticlePageControl - How to dynamically add/remove tab pages
This example illustrates how to dynamically add/remove PageControl's tabs on callbacks in MVC.Tab data is passed to the PageControlPartial view as a model and is used to create tabs. Each tab...
View ArticleHow to implement custom saving and opening procedures in Dashboard Designer
The following example demonstrates how to implement custom saving and opening procedures in Dashboard Designer using the DashboardSaving and DashboardOpening events respectively.In this example, the...
View ArticleHow to show a progress bar while a report is being generated
The following example demonstrates how to use the ProgressReflector class. The code below invokes a form with the ProgressBarControl and shows the state of document generation while it is being...
View ArticleHow to change visibility of toolbar buttons and menu items in print preview
This example demonstrates how to use the PrintingSystem.SetCommandVisibility method to change the visibility of the toolbar buttons and menu items shown in the Print Preview of a document in a Windows...
View ArticleHow to customize how a document is exported from print preview
This example demonstrates how to use the PrintingSystem.ExportOptions property to specify all options for a document which is exported from its print preview. Note that in this case a document is...
View ArticleHow to hide specific export options in the print preview
This example demonstrates how to use the ExportOptions.SetOptionVisibility and ExportOptions.SetOptionsVisibility methods to change the visibility of export options which are shown when an end-user...
View ArticleHow to merge documents with headers and footers into a single document
You can append the formatted content to the existing document by using the SubDocument.AppendRtfText Method. However, this method allows you to embed only the body of the source document without...
View ArticleHow to create a report from a text document via RichEditDocumentServer
This example illustrates how to create a report with a formatted content. The main idea of this approach is loading a required document to the RichEditDocumentServer and assigning the document content...
View ArticleHow to export each record into a new PDF file during the MailMerge operation
This example illustrates how to export each record into a separate PDF document during the MailMerge operation. This can be done by adjusting the MailMergeOptions.FirstRecordIndex and...
View ArticleHow to concatenate values of several RTF fields to display the resulting RTF...
Problem: I am creating a data-aware report. The source data table has several columns containing RTF text. I need to concatenate the contents of these columns and display it in a single...
View ArticleHow to override RTF formatting in XRRichText
Problem: I am creating a data-aware report. The source data table has a column containing RTF text. I need to override several RTF settings before displaying it in XRRichText. I have tried many...
View ArticleHow to use WCF ReportService in WPF
This example illustrates how to use WCF ReportService to generate a report on the server-side and display a report in a WPF client application.
View ArticleHow to show a Ribbon Preview Window for XtraReport
This example illustrates how to create a Ribbon PrintPreview interface for WPF XtraReport.
View ArticleHow to use ASPxGridLookup in multiple selection mode as the ASPxGridView editor
This example is an illustration of the Documentation - Add information about the use of the ASPxGridLookup.Value property in Multiple SelectionMode suggestion.It illustrates how to use ASPxGridLookup...
View ArticleHow to manage users (register a new user, restore a password, etc.) from the...
This example contains a reusable Security.Extensions module that provides a solution for the following suggestions:S32938S33481In order to use this module in your project, do the following:1. Include...
View ArticleHow to save the currently opened View as a new View Variant at runtime
This example provides a platform-agnostic module that allows your end-users to add View Variants dynamically. Refer to the Best practices of creating reusable XAF modules by example of a View Variants...
View ArticleASPxGridView - How to display a truncated text in a column
This example demonstrates how to display a truncated text in ASPxGridView column and show a full value as the tool tip. 1) Handle the ASPxGridView.CustomColumnDisplayText event to truncate displayed...
View ArticleASPxGridView - How to display a circle in a DataCell via CSS styles
This example demonstrates how to display a circle in a DataCell via CSS only1) Define a custom CSS class; 2) Set its width and height styles to the same value; 3) Set the border-radius style to"50%" to...
View Article