Class WebReportOptions
Inheritance
Namespace: FastReport.Web
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class WebReportOptions
  Properties
AllowCustomSqlQueries
Gets or sets a value indicating whether custom SQL queries can be executed. When set to true, users will be able to specify custom table names and SQL expressions during the database structure loading process.
WARNING: Enabling this option may pose security risks.
Declaration
[Obsolete("Please, use Designer.AllowCustomSqlQueries")]
public bool AllowCustomSqlQueries { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
CacheOptions
Contains settings that define how reports are cached, including storage duration and caching strategy.
Declaration
public CacheOptions CacheOptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CacheOptions | 
Designer
Provides options related to the Online Report Designer configuration and behavior.
Declaration
public DesignerOptions Designer { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DesignerOptions | 
EmailExportOptions
SMTP server settings for sending the report by e-mail
Declaration
public EmailExportOptions EmailExportOptions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| EmailExportOptions | 
EnableOnlineDesignerIntelliSense
Gets or sets a value indicating whether Intellisense is enabled. When set to true, Intellisense feature will be enabled in the application.
Declaration
[Obsolete("Please, use Designer.EnableIntelliSense")]
public bool EnableOnlineDesignerIntelliSense { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
WARNING: Enabling Intellisense requires returning class information from the assembly.
IntelliSenseAssemblies
Gets or sets the list of assemblies needed for IntelliSense highlighting.
Declaration
[Obsolete("Please, use Designer.IntelliSenseAssemblies")]
public List<string> IntelliSenseAssemblies { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Remarks
The assemblies listed here will be used to provide class information for IntelliSense highlighting.