End Google Ads 201810 - BS.net 01 --> i have create rdlc report in c#
---------
For example
my report contains textbox like and it's value is
=First(Fields!FirstName.Value)

data source have more then 100 student's(First Name) records.......but reportviewer display only shows one student's "FirstName"

--------------
I pass dataTable object . I also confirm datatable object that have more than 100 rows of different student records but report shows only record ...
what wrong with this