in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Printing Problem (Please Urgent)

Last post 8/12/2008 8:41 AM by George (Developer Express). 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Previous Next
  • 8/12/2008 5:48 AM

    Printing Problem (Please Urgent)

    i want to print the cheque info on the cheque.

    i have created an xtrareport on that i have taken the image of cheque and i have set it's visible property to false.

    i have also created the custom page size and all margins to zero.

    but at the printing time it shows the message that

    "One or margins are set outside the printable area of the page.Continue?"

    My code is:-

    in BeforePrint Event()

    Me.DefaultPrinterSettingsUsing.UseMargins = False
            Me.Landscape = True
            Me.PaperKind = Printing.PaperKind.Custom
            Me.PageHeader.Visible = False
            Me.PageFooter.Visible = False
            Me.BorderWidth = 0
            Me.Margins.Left = 0
            Me.Margins.Top = 0
            Me.Margins.Right = 0
            Me.Margins.Bottom = 0
            Me.PageHeight = 355
            Me.PageWidth = 800

    I cant understand what's wrong with it?

    Please Help Me. It's Urgent.....

     

    Filed under:
  • 8/12/2008 8:41 AM In reply to

    Re: Printing Problem (Please Urgent)

    Please refer to the following issue: http://www.devexpress.com/kbA2381.

    Note also that this forum is peer-to-peer, and if you want to get an official answer from Developer Express in 24 hours, please write directly to our Support Team.

    R&D, .NET Team.

    PS. If you wish to receive direct assistance from our Support Team, use Support Center at http://www.devexpress.com/sc.
Page 1 of 1 (2 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED