Click here to Skip to main content
15,895,256 members

Comments by Atul_Negi (Top 1 by date)

Atul_Negi 14-Sep-18 10:33am View    
Hi,

I am trying to access data in Tablix control, it always have 1 data rows. But in preview it is showing actual number of rows of data. Even if I export in CSV or some other standard format, it exports all the rows which are getting displayed in report.

I am accessing the RowsCollection like below:

((Tablix)item2).Body.RowCollection.Count

and then accessing cell value:

((TextBox)cell.CellContents.ReportItem).Paragraphs[0].Instance.TextRunInstances[0].OriginalValue

Why I am always getting only two rows? not the original

Quick help in this is appreciated.