views:

112

answers:

1

In Microsoft ReportViewer Web server control I have a report in RDLC that "binds" a table to a datasource. Are there any events fired that I can hook into on each cell/row so that I can programmatically set formatting properties for each row/cell in my c# code?

+1  A: 

No. Use an "expression" to set formatting.

AMissico