Results 1 to 3 of 3

Thread: show report from asp.net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Posts
    117

    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
    thank you
    sharon

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251
    in an aspx page on the page load event:

    Code:
    Button1.Attributes.Add("onclick", "window.open('Report Path');")
    ~Ryan





    Have I helped you? Please Rate my posts.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2000
    Posts
    117
    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
    thank you
    sharon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width