Hide button in Preview Toolbar
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?
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
Hi austingrd,
I not found any solution yet..
by the code: RegisteredObjects.FindObject(typeof(PDFExport)).Enabled = false