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

Browse by Tags

  • Re: How to change the default page setting ?

    Hello Jean Claude, Could you please clarify your task in more detail? For example, you may set the Paper Kind for a document via the PrintingSystem.PageSettings.PaperKind property. As for the registry key, which you've mentioned, it is intended to store the Print Preview window's size, not to store page...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 5/24/2007
    Filed under: Page Settings, PaperKind, XtraPrinting
  • Re: Printing & 3rd party controls

    Hi Viktor, I'm not sure whether this control can be printed via the XtraPrinting library (at least without doing a lot of work for it to be printed). But if it is a Windows Forms control, you may drop it onto the XtraReport, and it should be previewed and printed pretty fine, since XtraReports supports...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 6/22/2007
    Filed under: XtraPrinting, XtraReports, printing 3rd party controls
  • Re: localization

    Hello Cesar, Why do you need to manually localize the XtraPrinting Library to Spanish? As far as I know, you can download the appropriate assembly from the Knowledge Base article ID:A421 ( http://www.devexpress.com/kbA421 ). Just download the archive, extract the assemblies from it and add them to the...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 6/27/2007
    Filed under: XtraPrinting, localization
  • Re: Possible problem when converting projects to 7.2

    Hello Alex, Sorry, did you use the Project Converter tool when upgrading from v2007.1 to v2007.2? If no, please try to upgrade your old project using the Project Converter for v2007.2, and then try to reproduce this problem again. If you've already used it, and you're still experiencing the issue...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 7/18/2007
    Filed under: XtraPrinting, ProjectConverter
  • Re: Preview XtraGrid with in virtual mode

    Hello Ramid, In the current XtraPrinting version, the Print Preview form displays nothing until the entire document is generated. So, if an XtraGrid contains too many rows, it may take a significant amount of time to generate a preview. However, we're planning to improve this in the future. We already...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 8/22/2007
    Filed under: XtraPrinting, XtraGrid, print preview
  • Re: Print Dialog box with Print Preview option

    Hello Gregg, Unfortunately, the current XtraPrinting version doesn't allow the customization of the Print Dialog. We are aware of this limitation and have a suggestion in our database to improve this: "Printing - Ability to manually customize properties of the Print Dialog". You can track...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 8/22/2007
    Filed under: XtraPrinting, Print Dialog
  • Re: Strange error

    Hello Sorin, I recommend that you register a bug report in our Support Center at http://www.devexpress.com/Support/Center/CreateIssue.aspx?issuetype=BugReport , and attach your test project to it, so that we can investigate it. This would be greatly appreciated!
    Posted to XtraReports (Forum) by Alan (Developer Express) on 9/26/2007
    Filed under: XtraPrinting, Ribbon
  • Re: Help with setting page settings

    Hello Julie, Try to use this code instead: PrintingSystem ps = new PrintingSystem(); PrintableComponentLink link = new PrintableComponentLink(ps); link.Component = pivotGrid; link.CreateDocument(); ps.PageSettings.Landscape = true; // default value is false. ps.PageSettings.TopMargin = 40; // default...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 10/19/2007
    Filed under: XtraPrinting, PrintableComponentLink, XtraPivotGrid
  • Re: [QES] Multi paper size in a document + Change paper size of printer

    Hello Nguyen, The only way to show pages of different orientation within a single PrintControl is the following: 1. Create several PrintingSystem instances with different page settings. 2. Create Documents of every printing system. After a document is created, all its pages can be accessed via the PrintingSystem...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 10/30/2007
    Filed under: Page Settings, XtraPrinting, report merging
  • Re: Print the Datagridview?

    Hello Earl, Unfortunately, there is no built-in ability to print a DataGridView with the XtraPrinting Library. We have this request in our To Do list (see http://www.devexpress.com/issue=A2335 ), but actually we didn't receive a lot of votes for this feature. If you want to vote for it, please start...
    Posted to XtraPrinting Library (Forum) by Alan (Developer Express) on 11/20/2007
    Filed under: XtraPrinting, DataGridView
Page 1 of 5 (45 items) 1 2 3 4 5 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED