-
show report from asp.net
hi
i want to know the way/code/anything to display a report in crystal report?
i have a report (crystal report) that i built in vs.net, now i want to call him from a aspx page or a vb.net with a button
i want to click on the button and the report will appere ?
is there a way?
tnks
-
in an aspx page on the page load event:
Code:
Button1.Attributes.Add("onclick", "window.open('Report Path');")
-
hi
when i write this line where you wrote me
the report not opens in the browser
it open a message if i wnt to open it or save it as a file but it doesnt open in the browser
2. if i have aframeset and i want to open the report in frame b how can i wrote it (code)
tnks