SpreadsheetReport
Class
Definition
Namespace:Telerik.Reporting.OpenXmlRendering.Spreadsheet
Assembly:Telerik.Reporting.OpenXmlRendering.2.7.2.dll
Syntax:
C#
[ExtensionName("XLSX")]
[ExtensionParameter("UseMetafile", typeof(bool))]
[ExtensionParameter("UseSvgImages", typeof(bool))]
[ExtensionParameter("IncludeRasterFallback", typeof(bool), false)]
public class SpreadsheetReport : ExcelReportBase, IRenderingExtension, IExtension
Inheritance: objectExcelReportBaseSpreadsheetReport
Implements:
Constructors
C#
public SpreadsheetReport()
Methods
C#
public void Dispose()
Initializes the current extension with default settings
C#
public virtual void Initialize(Hashtable deviceInfo)
Implements: