SecurityFolder Properties |
The SecurityFolder type exposes the following members.
Properties| | Name | Description |
|---|
 | AllowReportDownload |
If true, the user can download the report definition (the .srex file) of the reports in this folder. Files are always downloadable; this flag only controls report definitions, which expose the report SQL, connections and task scripts.
|
 | AllowUpload |
If true, the user can upload files and reports into this folder. DANGER ZONE: an uploaded report may contain tasks that execute code on the server.
|
 | ExpandSubFolders |
If true, all the Sub-folders displayed in the Tree View are expanded by default
|
 | FilesOnly |
If true, only files can be viewed or managed in the folder (reports are not shown and can not be created)
|
 | FolderRight |
The right applied on the reports and files of the folder
|
 | Icon |
Optional icon used for this folder in the Web Report Server tree view. Enter a Font Awesome class (e.g. 'fa-solid fa-building'); legacy Glyphicon names are also accepted. If empty, the default folder icon is used.
|
 | ManageFolder |
If true, the user can Create, Rename or Delete sub-folders in this folder. This flag is only used if Sub-folders are shown.
|
 | Path |
The folder path containing the reports to publish. The path is relative to the repository 'Reports' folder and should be unique in the security group.
|
 | UseSubFolders |
If true, sub-folders are also published with the same definition
|
Top
See Also