Namespace BoldReports.Writer
Classes
CsvOptions
Provides properties to manage CSV export behaviors.
ExcelOptions
Provides properties to manage Excel document export behaviors.
ExportCompletedEventArgs
Represents evemts occurs when Export completed.
ExportSettings
Provides additional settings to enhance the export files.
HTMLOptions
Provides properties to manage HTML export behaviors.
PageSettings
Customizes the page design of the report viewer.
ParagraphSpacing
Provides the properties to set the padding of the empty paragraph in WordWriterAdv.
PdfImageProcessOptions
Describes the process of pdf images.
PDFOptions
Provides options to manage PDF export behaviors.
PPTOptions
Provides properties to manage PowerPoint export behaviors.
ReportWriter
ReportWriter class to Export the Report.
ReportWriter.ReportErrorEventArgs
The event occurs when a run-time error is produced when a report has the focus.
WordOptions
Provides properties to manage Word document export behaviors.
Enums
DisableCellFormat
An enumeration to disable cell styles in excel export document.
ExcelLayoutOptions
Specifies the rendering layout of the excel export.
ExcelVersion
Specifies the file formats that are supported in Excel.
ExportLayout
Specifies the rendering layout of export.
PPTSaveType
Specifies the file formats that are supported in PowerPoint.
ProcessingMode
Specifies the modes of the report processing.
WordFormatType
Specifies the file formats that are supported in Word.
WordLayoutOptions
Specifies the rendering layout of the word export.
WriterFormat
Defines the types of export formats supported in the component.
Delegates
ReportWriter.ExportCompletedEventHandler
Declares a delegate for the Export complete.
ReportWriter.ReportErrorHandler
Declares a delegate for a method for handle errors.