在C#中处理Crystal Report中的打印
问题描述:
你好
当用户单击Crystal Report中的打印"时,我想运行一个存储过程,以便在确保用户打印该报表时可以找到一些东西.
我正在使用C#!
谢谢
Hello
I want to run a stored procedure when the User clicked on print in Crystal Report so I can find something just when I assure that User printed the report.
I am using C#!
Thanks
答
我假设您正在使用reportviewer
Reportviewer有一个打印"事件,希望对您有所帮助.
I assume that you are using a reportviewer
Reportviewer has an event for "printing" and hope this helps.