SealServerConfiguration Class |
Namespace: Seal.Model
The SealServerConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | SealServerConfiguration | Initializes a new instance of the SealServerConfiguration class |
Name | Description | |
---|---|---|
![]() | AuditEnabled |
If true, the Audit script is executed for the follwing 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.
|
![]() | CommonScripts |
List of scripts added to all scripts executed during a report execution (including tasks). This may be useful to defined common functions for the reports. To include the script, an @Include("common script name") directive must be inserted at the beginning of the script.
|
![]() | CommonScriptsHeader |
All common scripts
|
![]() | 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
|
![]() | DateTimeFormat |
The date time format used for date time column having the default format
|
![]() | DefaultCulture |
The name of the culture used when a report is created. If not specified, the current culture of the server is used.
|
![]() | ExcelConfigurations |
Current default configuration values for Excel converter
|
![]() | ExcelConverter |
Editor Helper: All the default options applied to the Excel conversion from the view
|
![]() | ExcelConverterEdited |
True if the Excel configurations were edited
|
![]() | 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
|
![]() | HelperResetExcelConfigurations |
Editor Helper: Reset Excel configuration values to their default values
|
![]() | HelperResetPDFConfigurations |
Editor Helper: Reset PDF configuration values to their default values
|
![]() | 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).
|
![]() | LogDays |
Number of days of log files to keep in the repository 'Logs' subfolder. If 0, the log feature is disabled.
|
![]() | LogoName |
The logo file name used by the report templates
|
![]() | Name |
The name
(Inherited from RootComponent.) |
![]() | NumericFormat |
The numeric format used for numeric column having the default format
|
![]() | PdfConfigurations |
Current default configuration values for Pdf converter
|
![]() | PdfConverter |
Editor Helper: All the default options applied to the PDF conversion from the HTML result.
|
![]() | PdfConverterEdited |
True if the Pdf configurations were edited
|
![]() | 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 .NETCore distribution). 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.
|
![]() | Properties |
List of properties of the object
(Inherited from RootEditor.) |
![]() | ReportCreationScript |
If set, the script is executed when a new report is created. Default values for report creation can be set here.
|
![]() | 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 containg the schedules of the reports if the Windows Task Scheduler is used
|
![]() | UseSealScheduler |
If true, the Web Report Server Scheduler is used instead of the Windows Task Scheduler. The schedules are stored in the 'SpecialFolders\\Schedules' repository folder (one file per schedule). This allows schedules for .NETCore or Azure installations.
|
![]() | 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
|
![]() | 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.
|
![]() | WebNETCore |
If true, the Web site is published with the NET Core distribution.
|
![]() | WebProductName |
The name of the product displayed on the Web site
|
![]() | WebPublicationDirectory |
The directory were the web site files are published
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAttachedFileContent |
Read the file content and replace the configuration keywords
|
![]() | GetCommonScriptsHeader |
Returns all common scripts not being edited
|
![]() | GetConfigurationCommonScriptKey |
Returns a common script key form a given name and model
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty |
Get a property descriptor from a property name
(Inherited from RootEditor.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Init the editor objects
(Inherited from RootEditor.) |
![]() | InitDefaultValues |
Init the default values
(Inherited from RootEditor.) |
![]() | InitEditor |
Init the editor objects and the default values
(Inherited from RootEditor.) |
![]() ![]() | LoadFromFile |
Load configuration from a file
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveToFile |
Save to current file
|
![]() | SaveToFile(String) |
Save to a given file path
|
![]() | SetConfigurationCommonScripts |
Replace the @Include by the common script in the current script
|
![]() | SetReadOnly |
Set all properties to readonly
(Inherited from RootEditor.) |
![]() | ShouldSerializeWebCultures | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateEditor |
Update editor attributes
(Inherited from RootEditor.) |
![]() | UpdateEditorAttributes | (Overrides RootEditorUpdateEditorAttributes.) |
Name | Description | |
---|---|---|
![]() | _dctd | (Inherited from RootEditor.) |
![]() | _GUID | (Inherited from RootComponent.) |
![]() | _name | (Inherited from RootComponent.) |
![]() | FilePath |
Current file path
|
![]() | ForPublication |
True if the configuration is used for Web Site publication on IIS
|
![]() | LastModification |
Last modifcation date time
|
![]() | Repository |
Current repository
|