Name | Description | |
---|---|---|
![]() | WebReportDesignerSessionOptions Constructor | Create a new WebReportDesignerSessionOptions object. |
The following tables list the members exposed by WebReportDesignerSessionOptions.
Name | Description | |
---|---|---|
![]() | WebReportDesignerSessionOptions Constructor | Create a new WebReportDesignerSessionOptions object. |
Name | Description | |
---|---|---|
![]() | AllowedProjectTypes | Sets project types that are allowed to be created. If a project type is excluded, it will not be appearing as an option in the project creation dialog. |
![]() | AutoBackupInterval | Interval in seconds to automatically create backups while editing projects. Values less than 0 disable this feature. Minimum interval is 30 seconds. |
![]() | BackupDirectory | Absolute path to a directory for backup files. Ensure that the IIS user has write permissions. |
![]() | FileRepository | The repository implementation to use. |
![]() | MaxIterations | Maximum number of attempts to print an object if non-wrappable content is exceeding the available space. Default: 100 attempts. Set this value to 0 if there should be no limit of attempts (may lead to endless loops). |
![]() | TempDirectory | Absolute path to a directory for temporary files. Ensure that the IIS user has write permissions. |
Name | Description | |
---|---|---|
![]() | SetLogger | (Optional) Sets a logger specific to this Web Report Designer instance. If not defined, the logger of WebReportDesignerConfig.SetLogger is used. |