CanExport Property (Viewer)
In This Topic
Indicates whether the loaded report can be exported or not. Returns "false" if export is not permitted.
Syntax
'Declaration
Public ReadOnly Property CanExport As Boolean
public bool CanExport {get;}
Property Value
false
if export is not permitted; otherwise,
true
.
See Also