Hide button in Preview Toolbar

edited March 2013 in FastReport Studio
hi,

I can show certain button only on Preview page by using this code :

Report.PreviewOptions.Buttons := 8 or 4 or 1 or 16 or 32; 'view export,save,print,zoom and find button

Question : Export button have multiple format. I only want to show Export to excel. How to this?

Comments

  • edited 11:41AM
    Any luck found here so far NZ? Not sure on this though but I don't think that it's a feature yet.
  • edited 11:41AM
    austingrd wrote: »
    Any luck found here so far NZ? Not sure on this though but I don't think that it's a feature yet.


    Hi austingrd,

    I not found any solution yet.. >
  • edited 11:41AM
    + added ability to hide some objects (export filters, report objects)
    by the code: RegisteredObjects.FindObject(typeof(PDFExport)).Enabled = false
  • edited 11:41AM
    The Fast inc looks really interesting and one that would be helpful in almost all implementations. I am not likely to consider what is going to be used and supported from any other place but would actually be more useful to the side where they are going to be used fairly.

Leave a Comment