I am using report viewer to generate and view daily and monthly reports.
I have update the FlowTotalDataset by SQL query. I am getting data day wise.
I observed that, If my first day data is zero means first row is having zero value, Then next day values also showing zero.
report_day is property, which bind the selected day from popup calender.
I have below code in the reviewer table cells.
@FlowTotalDataset[report_day].FQT_W601_11@
[quote=“dhananjay vichare”]I am using report viewer to generate and view daily and monthly reports.
I have update the FlowTotalDataset by SQL query. I am getting data day wise.
I observed that, If my first day data is zero means first row is having zero value, Then next day values also showing zero.
report_day is property, which bind the selected day from popup calender.
I have below code in the reviewer table cells.
@FlowTotalDataset[report_day].FQT_W601_11@
[/quote]
I observed that some values was not updating properly in the cells (table object). I have replaced the “report_day” to “Report_Day”(property text) in the above cell binding, now cell values updating properly. Is the Property text is case sensitive. Please advice.
Waiting for solution regarding “first row values zero” problem. 