Symptom
- A new feature in Crystal Reports for Visual Studio 2010 allows content copy of in the Winform viewer
- Is there a way to disable this feature?
Environment
Resolution
- Use the following code to disable the copy:
crystalReportViewer1.ShowCopyButton = false;
crystalReportViewer1.SelectionMode = CrystalDecisions.Windows.Forms.SelectionMode.None;
- Note: This method is hidden and thus not supported at this time - support is "best effort"
Keywords
CR2010 2010 CR4VS2010 CR4VS VS2010 NET2010 Crystal Reports for .NET Framework 4.0 crforvs 13 paste CTRL C command disable suppress , KBA , BI-DEV-NET-SDK , .NET SDK / COM SDK , Problem
Product
SAP Crystal Reports, developer version for Microsoft Visual Studio