in my code, i have written the below code to load report,
dim cryrpt as New ReportDocument
But it is taking more time to process the above below. I have the above variable declared before the form load and because of that it is taking too long time to load the form, Where ever i place the above line, it is taking more time to process.
can anyone help me on how to load it faster?
Thank you.