Property Value
True
if export is permitted; otherwise, false
. Exporting is permitted only if the viewer is not disposed, there is at least one page loaded in the viewer, and the underlying API supports exporting.Indicates whether the currently loaded report can be exported.
True
if export is permitted; otherwise, false
. Exporting is permitted only if the viewer is not disposed, there is at least one page loaded in the viewer, and the underlying API supports exporting.// Assuming 'exportMenuItem' is a ToolStripMenuItem for exporting
exportMenuItem.Enabled = viewer.CanExport;