How to show custom text when a report's data source is empty in the Web
This example demonstrates an approach to showing a custom text message if a report's data source is empty. For this, two detail reports are used.
View ArticleASPxHyperLink - Add the 'Image with Text' rendering mode
This example demonstrates how to create a custom user control with an ASPxHyperLink that contains both image and text elements.The sample web page contains two customized ImageLink controls. The...
View ArticleHow to bind a web report to an array list
This tutorial describes how to bind a web report to a custom object data source and display it on a web page. The data source is represented by the System.Colections.ArrayList object filled with data...
View ArticleHow to remove standard bar items and add custom ones to the DocumentPreview...
This example demonstrates how to customize the DocumentPreview control's toolbar.In particular, it shows how you can remove a standard button from it, and add custom ones.You can tie your custom logic...
View ArticleHow to use the existing ChartControl as a source for an XRChart
This example demonstrates how you can use existing ChartControls as a source for XRCharts (an XtraReports control). This may be useful, e.g. when it is needed to print several ChartControls...
View ArticleHow to create a drill-down report in WPF
This example demonstrates the interactive capabilities of Document Preview.In particular, it shows how you can implement collapsible document sections, which can be expanded by clicking an element in...
View ArticleHow to: Store file attachments in the file system instead of the database
The FileSystemData module provides the FileSystemStoreObject and FileSystemLinkObject classes that implement the IFileData interface and enable you to store uploaded files in a file system instead of...
View ArticleInvoke a popup window using a control from the EditForm template
This demo shows you how to use web page space more efficiently by editing a particular field's values in a popup window.   By default, the Edit Form doesn't display a particular field's value....
View ArticleHow to provide end-users with the capability to change a chart's appearance
This sample demonstrates how a custom palette and appearance selector for XtraCharts can be implemented.For this, we create two user controls and embed them into the application's form.Note: In version...
View ArticleHow to modify report parameter values from code
This sample demonstrates how you can modify report parameter values from code in a Silverlight application.See also: How to pass parameters to a report, e.g. to limit the number of records shown on...
View ArticleHow to accompany a chart, its pane or series point by text or image annotations
This example demonstrates how text and image annotations can be created and anchored to a chart, pane or series point.See also: - How to show a tooltip with a series point's data; - How to show series...
View ArticleHow to link a chart to an XtraPivotGrid control
This example demonstrates how you can link a ChartControl to a PivotGridControl.For an illustrated step-by-step tutorial, refer to the following document in our online documentation: How to: Link a...
View ArticleHow to provide a custom editor to a report element
This sample illustrates how you can customize the End-User Designer for Silverlight, by implementing custom functionality for a report element's smart tag.
View ArticleOBSOLETE - How to build a bridge between chart and pivot grid
Note: This example applies to an XtraCharts version prior to v2010 vol 2. Starting from v2010 vol 2, after you assign a Pivot Grid instance to your chart's DataSource property, all the chart's bindings...
View ArticleHow to link a web chart to an ASPxPivotGrid
This tutorial demonstrates how you can link WebChartControl to ASPxPivotGrid, which is done entirely at design time.Note that in order to synchronize both controls when the ASPxPivotGrid layout is...
View ArticleHow to build a bridge between chart and pivot grid: Extended version
Note: This example applies to an XtraCharts version prior to v2010 vol 2. Starting from v2010 vol 2, after you assign a Pivot Grid instance to your chart's DataSource property, all the chart's bindings...
View ArticleCustomize Pivot Grid control's data before displaying it in a Chart Control
The following example demonstrates how to add custom text to data prepared by the PivotGridControl, to display it in a ChartControl.
View ArticleHow to customize the spreadsheet context menu
This example demonstrates how to customize the SpreadsheetControl's context menu (in this instance it is the SpreadsheetMenuType.Cell menu, which is invoked by clicking any cell on a worksheet). In...
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 ArticleWPF SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
View Article