Namespace BoldReports.Web
Classes
CodeExecutionPolicy
Controls execution of custom code and assemblies within reports. Helps enforce secure execution environments.
DataSetInfo
Represents information about a dataset.
DataSourceCredentials
Represents data source credentials.
DesignerSettings
DrillThroughReportModelEventArgs
FeatureSettings
FirewallRules
FirewallSettings
HyperlinkEventArgs
HyperlinkPolicy
Defines rules for hyperlink Schemes validation and sanitization in reports. Controls which URL schemes are allowed or blocked based on the selected mode.
LocaleSettings
Represents the locale settings for a report, including date and time formats and time zone.
ReportConfig
Contains properties to configure report settings and register extensions.
ReportErrorEventArgs
Provides ReportErrorEvents argument.
ReportErrorOccurredEventArgs
Its represents event data and provides complete details about the event information.
ReportHelperSettings
ReportServerFormsCredential
SecurityOptions
Define security-related configuration options for report generation and rendering. Includes settings for logging, textbox content sanitization, hyperlink schemes validation, and code execution policies.
StorageSettings
Defines methods to process the SSRS, RDL, and RDLC reports.
SubreportProcessingEventArgs
Provides argument for the SubreportProcessing event.
UserProfile
Contains the user details of the user currently accessing the report or component.
Interfaces
ICryptoHelper
IDesignerSettings
IReportHelperSettings
IReportLogger
The IReportLogger interface is used in the application to log report processing messages
Enums
ContentSanitization
Defines the stages during textbox content sanitization is applied in reports. Flags can be combined to apply sanitization at multiple phases.
ErrorType
Describes the message is an error or information.
HyperlinkMode
Specifies the mode used for hyperlink schemes validation in reports. Determines how URLs are filtered based on their scheme.
MeasureTextOptions
Specifies the text measurement modes of the report.
SecurityType
Specifies the Security type for the report.
StorageItemTypes
StorageProvider
Delegates
DrillThroughReportEventHandler
Occurs when a drillthrough item is selected in a report.
EvaluateExpressionEventHandler
Occurs when expression get evaluated.
ParseExpressionEventHandler
Occurs when expression get parsed.
ReportErrorHandler
Occurs when error/exception raised in report rendering.
ReportErrorOccurredEventHandler
Represents the method that will log and handle the error/exception raised during report processing and rendering. It provides access to an exception details which contains the information about the point of error is raised and error code.
ReportLoadedEventHandler
Occurs when report loaded for ReportViewer.
SubreportInitializationEventHandler
Occurs when subreport gets initialized.
SubreportProcessingEventHandler
Occurs when subreport loaded in Local processing mode.