How to know what columns used in report designer??

Stimulsoft Reports.Silverlight discussion
Locked
lowence
Posts: 8
Joined: Thu Jun 02, 2011 2:26 am

How to know what columns used in report designer??

Post by lowence »

Hi,

I want to know what columns i used in report.

But they deployee to StiText or StiDataBand or Image or other Component.

But i don't find any method to get them.

Is there some better method??

please give me some idea.

thank you!!

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to know what columns used in report designer??

Post by Alex K. »

Hello,

You can use the following code:

Code: Select all

Hashtable usedDS = Stimulsoft.Report.Dictionary.StiDataSourceHelper.GetUsedDataSourcesNames(StiReport);
Hashtable usedBO = Stimulsoft.Report.Dictionary.StiBusinessObjectHelper.GetUsedBusinessObjectsNames(StiReport);
Thank you.
lowence
Posts: 8
Joined: Thu Jun 02, 2011 2:26 am

How to know what columns used in report designer??

Post by lowence »

I'm sorry,i use the silverlight version report control.

but ,i can't find the method you give me.

is there any assembly exist the method??

or it will be the next viesion.

thank you!!
lowence
Posts: 8
Joined: Thu Jun 02, 2011 2:26 am

How to know what columns used in report designer??

Post by lowence »

And i want to know the used columns in report, but all columns!!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

How to know what columns used in report designer??

Post by Andrew »

Hello,

These methods in the Silverlight Native mode will be available in the prerelease build on June, 08 2011.

Thank you.
Locked