[]
Gets a value indicating whether exporting the report is permitted.
[Browsable(false)]
public bool CanExport { get; }
| Type | Description |
|---|---|
| bool |
|
// Assuming 'exportMenuItem' is a ToolStripMenuItem for exporting
exportMenuItem.Enabled = viewer.CanExport;