Seal |
The SealServerConfiguration type exposes the following members.
Name | Description | |
---|---|---|
AlternateTempDirectory | If set, the directory is used instead of the standard Temp directory for compiling Razor Scripts and generating report results. | |
ApplicationKeys | Keys or passwords used in the application (report and tasks). Values are encrypted using the encryption mode. | |
AuditEnabled | If true, the Audit script is executed for the following events: login, logout, report execution and management, folder management, file management. | |
AuditScript | If set, the script is executed to log events. The default implementation is to insert a record into a database table. | |
CssFiles | Additional CSS files to be included in the HTML report result. One per line or separated by semi-column. | |
CsvSeparator | If not specified in the report, separator used for the CSV template | |
DateSeparator | If set, overrides the Date Separator for dates of the current culture | |
DateTimeFormat | The date time format used for date time column having the default format | |
DefaultCulture | The name of the culture used for the user session. It defines the language and the number and date formats. If not specified, the current culture of the server is used. | |
EnableRazorCache | If set, the directory is used instead of the standard Temp directory for compiling Razor Scripts and generating report results. | |
EncryptionMode | Storage and encryption mode of encryption keys used for Passwords, SendGrid Keys and Application Keys/Passwords. If Machine RSA Container is chosen, only the users of the machine will have access to the keys. If User RSA Container is chosen, only the Windows User will have access to the keys. Warning: You must retype the used password after changing mode or key values. | |
FileReplacePatterns | List of strings to replace when the report result is generated in a single HTML file (case of View Report Result or Output generation). This allow to specify the new font location in a CSS. | |
GUID |
The unique identifier
(Inherited from RootComponent) | |
HasLogo | True if a logo is defined and exists | |
HostForPersonalFolder | If true, the User Personal Folder (located in the 'SpecialFolders\\Personal' repository sub-folder) containing the profile and personal files is built with the host name. This allows multiple Web sites on the same installation. | |
InitScript | If set, the script is executed when a report is initialized for an execution. Default values for report execution can be set here. | |
InstallationDirectory | Installation directory | |
IsLocal | If true, the programs will not access to Internet for external resources. All JavaScript's will be loaded locally (no use of CDN path). | |
IsUsingSealLibraryWin | True if the executable is using Windows libraries (ReportDesigner and ServerManager) | |
KeyValues | If default mode is chosen, the key values used by the server for different operations (e.g. for encrypting/decrypting connection password, SMTP or FTP passwords). | |
LogDays | Number of days of log files to keep in the repository 'Logs' subfolder. If 0, the log feature is disabled. | |
LogoFilePath | Logo file path from the repository | |
LogoName | The logo file name used by the report templates | |
Name |
The name
(Inherited from RootComponent) | |
NumberDecimalSeparator | If set, overrides the Decimal Separator for numbers of the current culture | |
NumberGroupSeparator | If set, overrides the Group Separator for numbers of the current culture | |
NumericFormat | The numeric format used for numeric column having the default format | |
OuterProcess | If true and the scheduler in executed in Service, Worker or Web Server, schedules is executed in an outer process forked by the initiator process. If false, the schedule is executed in a dedicated thread of the initiator. | |
PdfServer | If the client library is used, the HTML to PDF server IP or name. | |
PdfServerPort | If the client library is used, the HTML to PDF server IP or name. | |
PdfServicePassword | If the client library is used, optional HTML to PDF converter service password. | |
PdfUseClient | If true, the client library is used to perform the HTML to PDF conversion (mainly useful for non-Windows or Azure installation). This requires the installation of the HTML to PDF Server on a Windows machine or on Azur Services. | |
PdfUseWebService | If true, the client library will call the Web service instead of the TCP service to perform the HTML to PDF conversion. | |
PdfWebServiceURL | If the client library is used, the HTML to PDF web service URL. | |
ReportCreationScript | If set, the script is executed when a new report is created. Default values for report creation can be set here. | |
ReportFormats | List of report format allowed in view result. If empty, all formats are taken. | |
RepositoryTranslationsScript | If set, the script is executed when the repository translations are loaded. This allows to load dynamically translations from a database or any source. | |
SchedulerMode | How the Report Scheduler is started on the server. Windows Task Scheduler (Windows only), Windows Service (Windows only, requires the service installation) or Worker (All platforms), Web Server (All platforms, requires to keep the Web Server up). | |
ScriptFiles | Additional JavaScript files to be included in the HTML report result. One per line or separated by semi-column. | |
TaskFolderName | Name of the Task Scheduler folder containing the schedules of the reports if the Windows Task Scheduler is used | |
TimeSeparator | If set, overrides the Time Separator for times of the current culture | |
WebApplicationName | The name of the IIS Web application. Use '/' to publish on 'Default Web Site' | |
WebApplicationPoolName | The name of the IIS Application pool used by the web application | |
WebCssFiles | Additional CSS files to be included in the Web Report Server application. One per line or separated by semi-column. | |
WebCultures | List of cultures available in the user profile of the Web Report Server. If nothing is selected, the translation cultures installed in the repository are proposed by default. | |
WebHelpLink | Optional Help link for the Web Report Server | |
WebProductName | The name of the product displayed on the Web site | |
WebPublicationDirectory | The directory were the web site files are published | |
WebScriptFiles | Additional JavaScript files to be included in the Web Report Server application. One per line or separated by semi-column. | |
WebSessionInitScript | If set, the script is executed when a report is initialized for an execution. Default values for report execution can be set here. |