Interface IReportHelperSettings
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public interface IReportHelperSettings
Methods
InitializeSettings(ReportHelperSettings)
Initializes the report helper settings with the provided configuration.
Declaration
void InitializeSettings(ReportHelperSettings helperSettings)
Parameters
Type | Name | Description |
---|---|---|
ReportHelperSettings | helperSettings | An instance of ReportHelperSettings containing the configuration settings for report processing. |