Enum SaveMode
Specifies the Save Mode of designed report.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum SaveMode
Fields
Name | Description |
---|---|
All | The saving allowed to all. |
Custom | Custom saving rules. |
Deny | The saving not allowed. |
Original | The saving in original place. |
Role | The saving allowed to current role/group. |
Security | The saving allowed with other security permissions. |
User | The saving allowed to current user. |