ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelWriterAdv - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelWriterAdv

    Exports the Report in Excel mode

    Inheritance
    System.Object
    WriterBase
    ExcelWriterAdv
    Inherited Members
    WriterBase.LoadReport(Stream)
    WriterBase.LoadSubreport(String, Stream)
    WriterBase.LoadSubreport(String, TextReader)
    WriterBase.GetDataSetNames()
    WriterBase.GetDataSources()
    WriterBase.SetDataSourceCredentials(DataSourceCredentials[])
    WriterBase.SetDataSourceCredentials(IEnumerable<DataSourceCredentials>)
    WriterBase.GetParameters()
    WriterBase.GetParametersWithValues()
    WriterBase.SetParameters(IEnumerable<ReportParameter>)
    WriterBase.add_ReportErrorOccurred(ReportErrorOccurredEventHandler)
    WriterBase.remove_ReportErrorOccurred(ReportErrorOccurredEventHandler)
    WriterBase.ReportPath
    WriterBase.ReportProcessingMode
    WriterBase.ExportLayout
    WriterBase.DataSources
    WriterBase.Assemblies
    WriterBase.UserProfile
    WriterBase.ReportServerUrl
    WriterBase.ReportServerCredential
    WriterBase.ReportServerFormsCredential
    WriterBase.Culture
    WriterBase.ReportLanguage
    WriterBase.EnableVirtualEvaluation
    WriterBase.DisablePageSplitting
    WriterBase.PageSettings
    WriterBase.ReportingServer
    WriterBase.WordOptions
    WriterBase.ExcelOptions
    WriterBase.CsvOptions
    WriterBase.PDFOptions
    WriterBase.HTMLOptions
    WriterBase.PPTOptions
    WriterBase.ReportErrorOccurred
    Namespace: Syncfusion.ReportWriter
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public class ExcelWriterAdv : WriterBase

    Constructors

    ExcelWriterAdv()

    Initializes a new instance of the ExcelWriterAdv class.

    Declaration
    public ExcelWriterAdv()

    ExcelWriterAdv(Stream)

    Initializes a new instance of the ExcelWriterAdv class.

    Declaration
    public ExcelWriterAdv(Stream rdlStream)
    Parameters
    Type Name Description
    System.IO.Stream rdlStream

    ExcelWriterAdv(Stream, ReportDataSourceCollection)

    Initializes a new instance of the ExcelWriterAdv class.

    Declaration
    public ExcelWriterAdv(Stream rdlStream, ReportDataSourceCollection reportDataSources)
    Parameters
    Type Name Description
    System.IO.Stream rdlStream
    ReportDataSourceCollection reportDataSources

    ExcelWriterAdv(String)

    Initializes a new instance of the ExcelWriterAdv class.

    Declaration
    public ExcelWriterAdv(string rdlFilename)
    Parameters
    Type Name Description
    System.String rdlFilename

    The filename of the report with its full path

    ExcelWriterAdv(String, ReportDataSourceCollection)

    Initializes a new instance of the ExcelWriterAdv class.

    Declaration
    public ExcelWriterAdv(string rdlFilename, ReportDataSourceCollection reportDataSources)
    Parameters
    Type Name Description
    System.String rdlFilename

    The filename of the report with its full path

    ReportDataSourceCollection reportDataSources

    DataSource of the Report

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Save(Stream)

    Exports the report as a Excel document

    Declaration
    public void Save(Stream excelStream)
    Parameters
    Type Name Description
    System.IO.Stream excelStream
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved