How to remove colors from color collection in ColorPickEdit
I have created an example that illustrates how to add the RemoveColorByName method, which allows you to remove a color with a specific name in a specific tab from ColorPickEdit.RemoveColorByName is an...
View ArticleHow to print a report without displaying it in a web application
This example illustrates the approach of printing report document directly, via Adobe PDF web browser plug-in. This can be done by sending the exported XtraReport document via the...
View ArticleHow to print/export XtraReport in an ASP.NET application without showing a...
This example demonstrates how to print/export XtraReport without displaying a report preview and using the preview's printing/exporting functionality. The main idea of this approach is to export...
View ArticleWeb Report Designer - How to use the custom serializer class...
This example demonstrates how to use the custom data source component serializer class that implements the IDataSerializer interface to serialize a report's data source component. This approach is...
View ArticleHow to bind a report to a stored procedure provided by the SQL Data Source in...
This example demonstrates how to bind a report to a stored procedure provided by a Sql Data Source. It also shows how to map report parameters to stored procedure parameters. In this example, a report...
View ArticleHow to use a stored procedure with parameters as a report data source in...
This approach is actual prior to version 14.1. Starting with version 14.1, use the approach illustrated in the How to bind a report to a stored procedure provided by the SQL Data Source in a...
View ArticleHow to bind a report to a stored procedure provided by the SQL Data Source in...
This example demonstrates how to bind a report to a stored procedure provided by a Sql Data Source. It also shows how to map report parameters to stored procedure parameters. In this example, a report...
View ArticleHow to use a stored procedure with parameters as a report data source...
This approach is actual prior to version 14.1. Starting with version 14.1, use the approach illustrated in the How to bind a report to a stored procedure provided by the SQL Data Source in an ASP.NET...
View ArticleHow to bind a report to a stored procedure provided by the SQL Data Source in...
This example demonstrates how to bind a report to a stored procedure provided by a Sql Data Source. It also shows how to map report parameters to stored procedure parameters. In this example, a report...
View ArticleHow to use a stored procedure as a report data source (System.Data.DataSet)...
This approach is actual prior to version 14.1. Starting with version 14.1, use the approach illustrated in the How to bind a report to a stored procedure provided by the SQL Data Source in a WinForms...
View ArticleHow to bind a report to a stored procedure with parameters provided by the...
This example demonstrates how to bind a report to a stored procedure provided by a Sql Data Source. It also shows how to map report parameters to stored procedure parameters. In this example, a report...
View ArticleHow to integrate the Web Report Designer into an MVC 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 ArticleHow to use ImageSlider in Virtual Mode as an in-place editor
This example demonstrates how to use ImageSlider in Virtual Mode as GridControl's in-place editor using the IAnyControlEdit interface. Virtual Mode is used to upload dynamic images. The main idea is to...
View ArticleHow to display WebChartControl and QRCode in grid cells
This example illustrates how to display WebChartControl and QRCode in grid cells via two different approaches: 1. Using GridViewDataColumn.DataItemTemplate (implementation of the concept K18282). By...
View ArticleHow to use the GetMainElement and GetInputElement methods to change control...
This example is a part of the General technique of changing control elements styles on the client side KB article that demonstrates use of the ASPxClientControl.GetMainElement and...
View ArticleHow to colorize lines in the WPF ChartControl
This example demonstrates how to draw lines with different colors for several series. A canvas panel was used to add shapes over a chart via the XYDiagram2D.DiagramToPoint method.
View ArticleHow to change some styles of inner elements of DevExpress controls on the...
This example is a part of the General technique of changing control elements styles on the client side KB article that demonstrates in action how to change some styles of inner elements of DevExpress...
View ArticleEnd-User Report Designer - How to size the Parameters panel
This example demonstrates how to size the Parameters panel in the End-User Report Designer.For more information, see How to change the Parameter's panel width in a report print preview.
View ArticleReport Print Preview - How to size the Parameters panel
This example demonstrates how to size the Parameters panel in the Report Print Preview:The main idea is to obtain the Parameters panel (that is a DockPanel object) and set its size through the...
View Article