Could you please advise on how to read those field that had been used?

Stimulsoft Reports.NET discussion
Post Reply
roy
Posts: 5
Joined: Mon Apr 26, 2010 10:10 am

Could you please advise on how to read those field that had been used?

Post by roy »

Hello,

Could you please advise on how to read those field that had been used?
For example, there are 100 fields in a table, but only 10 had been used. I can read this 10 fields by WebService.

Thanks for you attention

Roy
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Could you please advise on how to read those field that had been used?

Post by Andrew »

Hello,

Please try to use the following function:
report.Dictionary.RemoveUnusedData();

but it does not make 100% guarantee because the process of analysis of used fields in complicated and ambiguous.

Thank you.
roy
Posts: 5
Joined: Mon Apr 26, 2010 10:10 am

Could you please advise on how to read those field that had been used?

Post by roy »

Thanks for your help
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Could you please advise on how to read those field that had been used?

Post by Andrew »

Please let us know if we may be of any further assistance.

Thank you.
Post Reply