CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Posts
    1

    printing in dos format

    Can I print in VB in DOS FORMAT ( for faster printing ) using crystal reports or data reports?



  2. #2
    Join Date
    Jan 2002
    Posts
    2

    Re: printing in dos format

    printing in dos format


  3. #3
    Join Date
    Jan 2002
    Posts
    2

    Re: printing in dos format






  4. #4
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: printing in dos format

    You can use the export option of crystal,
    Dim REport as new CrystalREport1
    report.export

    But You have to set the type of export, and others, for that u can refer to REport.exportOptions

    Any help mail me [email protected]



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

Featured