How is detect in Particular Table in particular column count ?
-
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 ?
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
How is detect in Particular Table in particular column count ?
Please use the following code to obtain the number of Columns in particular DataSource of the report:
Thank you.
Code: Select all
(report.Dictionary.DataSources["Customers"] as StiDataSource).Columns.Count