Disable Print
Hi,
Is there a way to disable all print/email functionality in the preview report window?
The reason I'm asking is that maybe it will be need it for demo program with restrictions to print, only view.
Thanks,
Is there a way to disable all print/email functionality in the preview report window?
The reason I'm asking is that maybe it will be need it for demo program with restrictions to print, only view.
Thanks,
Comments
Set the Config.PreviewSettings.Buttons = ... (set of needed buttons)
Thanks Alex, Can you give me example of use.. I can't get it right in C#, as well there is no code example of how to use this property
Config.PreviewSettings.Buttons = PreviewButtons.Open | PreviewButtons.Save | PreviewButtons.Find | PreviewButtons.Zoom | PreviewButtons.Outline | PreviewButtons.PageSetup | PreviewButtons.Edit | PreviewButtons.Watermark | PreviewButtons.Navigator | PreviewButtons.Close;
Yes, agreed, but still. How to disable/enable /visible (true/false) :-)
Plus, if I disable the print button, the user still can use Ctrl+P to print the report,
I will fix Ctrl+P bug.
Great, I can use that way. When that change for Ctrl+P will be available?
Thank you,
Thank you very much.