Table of Contents

Class FSReportDocument

Namespace
FS.Hosting.Core.Reporting
Assembly
FS.Hosting.Core.dll

Eine Basis für Wrapper tatsächlicher Report-Dateien.

public abstract class FSReportDocument : IDisposable
Inheritance
FSReportDocument
Implements
Derived
Inherited Members

Properties

PaperOrientation

Die Orientation, in welcher der Report gedruckt werden soll.

Methods

ExportToBytes(ExportFormat)

Exportiert den Report und gibt die erzeugte Datei als Byte-Array zurück.

ExportToDisk(ExportFormat, string)

Exportiert den Report und speichert die erzeugte Datei unter dem angegebenen Namen.

Load(byte[])

Lädt einen Report in Binärform in das ReportDocument.

Load(string)

Lädt eine Report-Datei von der Festplatte.

Load(string, bool)

Lädt eine Report-Datei von der Festplatte.