How is detect in Particular Table in particular column count ?

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

How is detect in Particular Table in particular column count ?

Post by MARIMUTHU K »


Hello Edward,

Subject : How is detect in Particular Table in particular column count ?


We are using SR_2007 in .Net 2.0 framework.

Need : How is detect in Particular Table in particular column count ?
We are using more table and before Render the report i want count the particular column in particular table.

please provide solution ?

Its urgent Help.



Thanks in Advance,

Marimuthu K
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

How is detect in Particular Table in particular column count ?

Post by Edward »

Please use the following code to obtain the number of Columns in particular DataSource of the report:

Code: Select all

(report.Dictionary.DataSources["Customers"] as StiDataSource).Columns.Count
Thank you.
Post Reply