Skip to main content

Index

Interfaces

NameDescription
IExporterExports the data into given format.
IDatasetStyleBuilderIt helps to create an instance of DatasetStyle.
ISheetStyleBuilderIt helps to create an instance of SheetStyle.
IPdfStyleBuilderIt helps to create an instance of SheetStyle.

Classes

NameDescription
DataSetBaseIt servers as a base class for all DataSet types. It holds properties which are common to all types of DataSets.
ReportDataSetTo export Simple Reports.
HierarchyDataSetTo export Hierarchical Reports.
ParamSectionDataSetTo create data for Parameter. It takes Dictionary<string, string> as it's data for parameter.
SearchObjectDatasetTo create data for Parameter. It takes a list of SearchDetails as it's data for parameter.
ImageDatasetImageDataset provides ways to export images in Excel/PDF.
ExportOptionsProvides the optional arguments needed for IExportManager.
SingleDataSetOptionsProvides the optional arguments needed for IExportManager.
SpreadsheetOptionProvides the optional arguments needed each sheet in Excel for Export.
PdfOptionsProvides the optional arguments needed for Export in PDF.
HierarchyReportItemProvides the data structure for Hierarchy Report format.
ItemStyleIt holds all style related properties for a Dataset items. It's the base class for DatasetStyle class and SheetStyle class.
DatasetStyleIt holds all style related properties for a Dataset.
SheetStyleIt holds all style related properties for a Sheet and a common style property for all DataSets in that Sheet.
PdfStyleIt holds all style related properties for the PDF Document and a common style property for all DataSets.
AbHeaderIt is used to create multi-level header for dataset table. Multi-level header is also referred to as RichHeader.
FooterLogoProvides ways to create footer with ClientLogo image in Excel/PDF.

Enums

NameDescription
ExportTypeProvides options for specifying the desired export format, including Excel, PDF, Text and CSV.
ParamSectionOrientationProvides options for specifying the desired orientations for parameter sections, including SingleRow, SingleColumn, TwoRows, TwoColumns.
ImageDatasetDisplayProvides options for specifying the desired order in which the images are grouped and displayed together.

Edit on GitHub