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

PreviewBar (toolbar) disabled

Last post 11/6/2008 8:33 AM by Alan (Developer Express). 2 replies.
Page 1 of 1 (3 items)
Sort Posts:
Previous Next
  • 11/3/2008 7:03 AM

    PreviewBar (toolbar) disabled

     I have the following code:

     

     

     

    printableComponentLink1.Component = grdbalanta;

    printableComponentLink1.CreateReportHeaderArea +=

    new DevExpress.XtraPrinting.CreateAreaEventHandler(printableComponentLink1_CreateReportHeaderArea);//write something on report header

    printableComponentLink1.CreateReportFooterArea +=

    new DevExpress.XtraPrinting.CreateAreaEventHandler(printableComponentLink1_CreateReportFooterArea);//write something on report footer

    printableComponentLink1.CreateDocument(printingSystem1);

    SetPagina();//set page to A4

    previewBar1.Visible = previewBar2.Visible =

    true;//toolbar and statusbar

    printControl1.Visible = true;

    When I first run this code toolbar has almost all buttons disabled except Customize, export and Send e-mail (only RTF, Excel, CSV, and Text)  and Exit.

    If I run second time all are enabled.

    This happens after upgrading to 8.2.6

    I am using a PrintBarManger and an PrintingSystem.

    Thank's

    Sorin Sandu
  • 11/5/2008 2:08 AM In reply to

    Re: PreviewBar (toolbar) disabled

     Really no ideas ???

    Sorin Sandu
  • 11/6/2008 8:33 AM In reply to

    Re: PreviewBar (toolbar) disabled

    Hello Sorin,

    I've tried to reproduce this problem at our side, but everything works fine for me. Could you please send your entire test project to our Support Center at http://www.devexpress.com/sc, so that we can investigate it?

    @.
    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 (3 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED