Default Avatar

lightningfire

lightningfire

About

Username
lightningfire
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Ok, so I finally figured it out. You want to reverse the numbers going from the largest to smallest array number. For example: ButtonItem btnSave = preview.ToolBar.Items[preview.ToolBar.Items.IndexOf("btnSave")] as ButtonItem; btnSave.SubItems.R…
  • Ok, so I've figured out how to get rid of many of the export options. I am going to give a detailed description here so that hopefully many others can benefit from this. Here is what I used: FastReport.Preview.PreviewControl preview = new FastRe…
  • I found this thread: http://www.fast-report.com/en/forum/index....=previewcontrol I tried: FastReport.Utils.RegisteredObjects.FindObject(typeof(FastReport.Export.XAML.XAMLExport)).Enabled = false; but it didn't work for me. Would anybody have …
  • Ok, I put the topic in FastReports.Net: http://www.fast-report.com/en/forum/?p=/discussion/12080 I would really like a response on this please...
  • Still waiting for a reply from FastReports...... This really should be a simple question for someone working at FastReports. I found something on previous fast reports forums but it doesn't tell you how to access the sub menu items programatical…