Click or drag to resize

SecurityFolder Properties

The SecurityFolder type exposes the following members.

Properties
 NameDescription
Public propertyAllowReportDownload 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.
Public propertyAllowUpload 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.
Public propertyExpandSubFolders If true, all the Sub-folders displayed in the Tree View are expanded by default
Public propertyFilesOnly If true, only files can be viewed or managed in the folder (reports are not shown and can not be created)
Public propertyFolderRight The right applied on the reports and files of the folder
Public propertyIcon 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.
Public propertyManageFolder If true, the user can Create, Rename or Delete sub-folders in this folder. This flag is only used if Sub-folders are shown.
Public propertyPath 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.
Public propertyUseSubFolders If true, sub-folders are also published with the same definition
Top
See Also