Dictionary and Alias of Object Properties

Stimulsoft Reports.NET discussion
Post Reply
Nahilas
Posts: 3
Joined: Mon Sep 08, 2008 2:33 am
Location: Denmark

Dictionary and Alias of Object Properties

Post by Nahilas »

Hi,

I'm using an object as a datasource for the dictionary in my reportdesigner, using report.RegData(String Name, Object o). This works fine, however, I'd like to have some way to set a custom name for the properties on my object that are shown in the dictionary.

Say I have a property called CustomerId:

public String CustomerId { get; set; }

Is there anyway to define the Alias that should be shown in the dictionary directly on my entity object? Something along the lines of:

[SomeAttribute="Customer Identification"]
public String CustomerId { get; set; }

Thanks in advance.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Dictionary and Alias of Object Properties

Post by Edward »

Hello.

Unfortunately this is not possible in the current version of the report engine, but we are going to add this functionality after 2008.2 official release.

Thank you.
Nahilas
Posts: 3
Joined: Mon Sep 08, 2008 2:33 am
Location: Denmark

Dictionary and Alias of Object Properties

Post by Nahilas »

Could you give me an estimation? Before the end of this year?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Dictionary and Alias of Object Properties

Post by Vital »

Hello,

October 2008.

Thank you.
Nahilas
Posts: 3
Joined: Mon Sep 08, 2008 2:33 am
Location: Denmark

Dictionary and Alias of Object Properties

Post by Nahilas »

Thank you :).
Post Reply