How to sort data in server mode using the CustomServerModeSort event
This example demonstrates how to implement a custom sorting algorithm by handling the CustomServerModeSort event. The "Month" column field is sorted by the "Produce" row using the cross area key, and...
View ArticleHow to sort data in server mode using the CustomServerModeSort event
This example demonstrates how to implement a custom sorting algorithm by handling the CustomServerModeSort event. The "Month" column field is sorted by the "Produce" row using the cross area key, and...
View ArticleCustom GridControl - How to hide particular GroupRow Headers & Footers
This example demonstrates how to implement a GridControl descendant which allows hiding the header and footer for groups with an empty group row value.
View ArticleHow to create a report dynamically in the WinForms application
This example illustrates how to generate a report dynamically.For further information please refer to the corresponding article : How to create a report dynamicallyQuestion CommentsAdded By: Daniel...
View ArticleHow to use OData (WCF Data Services) to provide data for a report
At the moment, XtraReports cannot connect to an OData data source directly. Our reporting tools, however, are data sources agnostic. They support data source of different types, including .NET data...
View ArticleHow to get rid of the space reserved for images in the TreeListNode when a...
When the TreeList.SelectImageList or TreeList.StateImageList properties are assigned, each TreeListNode has an indent to draw these images, even if the TreeListNode.SelectImageIndex or...
View ArticleGridView - How to specify a custom EditForm Template
This example illustrates how to: - Specify a custom EditForm Template via the GridViewSettings.SetEditFormTemplateContent method; - Define the UploadControl Extension inside this template for uploading...
View ArticleToggleSwitch - How to modify size of thumb image and backing image
This example illustrates how to modify the size of ToggleSwitch editor's thumb and backing images
View ArticleHow to override commands in Print Preview - Custom export
This example demonstrates how to override the Print Preview command that exports a report document to an image file. This can be useful, for example, if it's necessary to silently save a report to the...
View ArticleMvvmExpenses Sample Application
This is a sample application, created in MVVM Tutorials section. Follow this link to see these lessons.To log in, use one of the following credentials:Administrator - adminJohn - qwertyMary -...
View ArticleHow to display data which is being updated on another thread
Let's suppose that your data is being updated on another thread, by the timer in this example. You should take a special action to correctly reflect those changes in the grid - wrap them inside...
View ArticleHow to allow columns to fit their content after changing or modifying...
This example demonstrates how to allow columns to fit their content after changing or modifying GridControl's ItemSource.To provide this capability in this sample, we iterate through GridControl's...
View ArticleHow to create a custom action type with a custom control (BarCheckItem),...
This example demonstrates how to represent an action via the BarCheckItem. For this purpose, an ActionBase descendant (CheckableSimpleAction) is implemented. This is done because it is required to save...
View ArticleHow to invoke the default Appointment Recurrence dialog from a custom Edit...
This example demonstrates how to invoke the default Appointment Recurrence dialog from your own custom Edit Appointment form.Question CommentsAdded By: Andres Cruz at: 7/8/2015 11:43:12 AM This...
View ArticleHow to calculate PercentVariation and AbsoluteVariation in a custom direction...
This example shows how to use the PivotGridControl.CustomCellDisplayText or PivotGridControl.CustomCellValue event to display a field values as if its PivotGridFieldBase.SummaryDisplayType property is...
View ArticleHow to extract XtraReport scripts source code generated by its internal...
This example demonstrates how to extract a report scripting code by using the .NET Reflection mechanism so you can review the full scripting code. IMPORTANT NOTEStarting with version 9.3, the Scripts...
View ArticlePopupControlContainer - How to draw a custom string in popup control...
This example illustrates how to draw a custom string in popup control container's footer
View ArticleHow to print the detail report band content for a data-bound report multiple...
If a report is unbound, you can specify how many times the Detail band content is printed through the XtraReport.PrintOptions.DetailCountOnEmptyDataSource property.If a report is data bound, you can...
View ArticleHow to create a custom XtraMessageBox with the extended functionality
This example demonstrates how to create a MessageBox with an extended functionality. For this, create MyXtraMessageBox class descendant that is inherited from the XtraMessageBox class and uses the...
View ArticleHow to integrate the Web Report Designer into a web application
This example demonstrates how you can integrate the Web Report Designer into your web application. The application contains a simple report catalog, allowing you to add, delete, and edit reports whose...
View Article