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?
No. Use an "expression" to set formatting.
How to: Add an Expression (Reporting Services) at http://msdn.microsoft.com/en-us/library/ms157376.aspx
Expression Dialog Box (Visual Studio Report Designer) at http://msdn.microsoft.com/en-us/library/ee661676.aspx
Working with Report Expressions at http://msdn.microsoft.com/en-us/library/ms159238.aspx
精彩评论