how to fire the function event on PageLoad event of XtraReport ?
Posted
by ahmed
on Stack Overflow
See other posts from Stack Overflow
or by ahmed
Published on 2010-03-30T12:01:23Z
Indexed on
2010/03/30
12:03 UTC
Read the original article
Hit count: 561
vb.net
|xtrareport
I have a situation, I am working on a XtraReport where I am pulling some data from table.Now I created a function and passing a parameter at runtime for the report to generate. But when I fire the function event from a Onclick Button the result is perfect but when I fire the same function event on the page load of the ReportViewer ..I do not get the result. About function , i am creating dataset, and adapter with Sqlquery from runtime passing the parameter value from a session in the query and binding the data to the labels. But as I said I want the result on the pageload event of the reportviewer.
© Stack Overflow or respective owner