Quantcast
Channel: DevExpress Support Center (Examples)
Viewing all articles
Browse latest Browse all 7205

How to provide custom names for the Field List data items

$
0
0

This example demonstrates how to use the IDisplayNameProvider interface (which substituted the IDataDictionary interface starting with the 11.2 XtraReports version) to change the names of the Field List items shown in both the Visual Studio and End-User report designers.

This example shows implementation of the IDisplayNameProvider interface for the System.Data.DataSet class, which allows the Field List to automatically retrieve the custom names from a data source that implements this interface.

See also:
- Best Practices of Implementing the IDataDictionary Interface for a Business Object;
- How to provide custom icons for the Field List in the End-User Designer.


Viewing all articles
Browse latest Browse all 7205

Trending Articles