Search code examples
c#reporting-servicesreportviewerrdlcrdl

Does RDLC fire any events when binding to a datasource?


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?


Solution

  • No. Use an "expression" to set formatting.