New to Telerik ReportingStart a free 30-day trial

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: IExtensionIRenderingExtension

Constructors

C#
public SpreadsheetReport()

Methods

C#
public void Dispose()

Initializes the current extension with default settings

C#
public virtual void Initialize(Hashtable deviceInfo)
Parameters:deviceInfoHashtable

Implements: IExtension.Initialize(Hashtable)