Skip to content

86555d08 0547 8410 ce91 87da7c9c9a38

Fernando Garcia edited this page May 8, 2018 · 1 revision

Spreadsheet2003TabularWriter Class

Additional header content

Represents a custom XML Spreadsheet 2003 tabular writer.

Inheritance Hierarchy

System.Object
  iTin.Export.ComponentModel.Writer.BaseWriter
    iTin.Export.ComponentModel.Writer.BaseWriterXml
      iTin.Export.Writers.Spreadsheet2003TabularWriter
Namespace: iTin.Export.Writers
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public class Spreadsheet2003TabularWriter : BaseWriterXml

VB

Public Class Spreadsheet2003TabularWriter
	Inherits BaseWriterXml

The Spreadsheet2003TabularWriter type exposes the following members.

Constructors

 

Name Description
Public method Spreadsheet2003TabularWriter Initializes a new instance of the Spreadsheet2003TabularWriter class
  Back to Top

Properties

 

Name Description
Public property Host Gets a reference to the current host model.
Public property IsTransformationFile Gets a value indicating that this writer generates a transformation file to be processed later. (Overrides BaseWriter.IsTransformationFile.)
Public property Provider Gets or sets a reference to provider for export. (Inherited from BaseWriter.)
Public property ResponseEx Gets a reference to an object HttpResponseEx than contains the MIME type of the output stream and response header for a ASP.NET operation. (Overrides BaseWriter.ResponseEx.)
Protected property Result Gets enumerable of byte array containing data info. (Inherited from BaseWriter.)
Public property Stream Gets a reference to writer's stream. (Inherited from BaseWriter.)
Public property TransformFileExtension Gets the transform file extension. (Inherited from BaseWriter.)
Public property Writer Gets a reference to based writer for markup languages​​. (Inherited from BaseWriterXml.)
Public property WriterIdentifier Gets a value than identifies the type of writer. (Inherited from BaseWriterXml.)
Public property WriterMetadata Gets a reference that contains the extended information about this writer. (Inherited from BaseWriter.)
  Back to Top

Methods

 

Name Description
Public method CreateWriter Creates a new writer for markup languages. (Inherited from BaseWriterXml.)
Public method Dispose Implement IDisposable. Clean managed and unmanaged resources. (Inherited from BaseWriter.)
Public method Equals (Inherited from Object.)
Protected method Execute Generates output in MS Excel format. (Overrides BaseWriter.Execute().)
Protected method Finalize (Inherited from Object.)
Public method Generate Generates writer output. (Inherited from BaseWriter.)
Public method GetAsByteArrayEnumerable Returns the writer result file as a enumeration of byte array (Inherited from BaseWriterXml.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ReleaseManagedResources Releasing managed resources. (Inherited from BaseWriterXml.)
Protected method ReleaseUnmanagedResources Releasing unmanaged resources. (Inherited from BaseWriter.)
Public method ToString (Inherited from Object.)
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.Writers.Spreadsheet2003TabularWriter"]

See Also

Reference

iTin.Export.Writers Namespace

Clone this wiki locally