Results 1 to 3 of 3

Thread: Quick Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Location
    U.S.A.
    Posts
    75

    Quick Question

    Is there any way (through code) to show the Export Dialog box other than clicking on the export button inside of the CRViewer control? Currently using CR9.

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: Quick Question

    Never done and see before. Why you want to do this, Make your own control for exporting the data.

  3. #3
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Quick Question

    You can show the Export dialog by calling the Export method of the Report object.

    Code:
    Dim oReport As CRAXDRT.Report 
    '...code to open report, login db etc.
    Call oReport.Export(True)

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