Report Viewer Control and Custom Functions!!

Thank you in advance for your help and suggestions.

I have a report that reads data from a sql 2003 database. One of the fields is encrypted and I have been trying to figure out how I can apply a custom function to decrypt the data and display it in the report’s table.

I have looked around but had no success finding any solution. I am new at asp net 2.0 and really need your help.

Thanks!

AngieDolfin



Answer this question

Report Viewer Control and Custom Functions!!

  • AstareGod

    Take a look at www.gotreportviewer.com. It has examples of using custom assemblies in a report. I think the custom assembly examples there use the winforms control instead of the webforms control, but the procedure is basically the same for both.
  • Rory Niland

    Thank you I solved the problem by decrypting before creating the datasaource.

    angiedolfin


  • Report Viewer Control and Custom Functions!!