Show / Hide Table of Contents

    Class FSReportDocument

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

    Inheritance
    Object
    FSReportDocument
    CrystalReportDocument
    DevExpressReportDocument
    Namespace: FrameworkSystems.FrameworkBase.Reporting
    Assembly: FrameworkSystems.FrameworkBase.dll
    Syntax
    [DocfxBrowsable]
    public abstract class FSReportDocument : IDisposable

    Properties

    CrystalReportVersion

    Gibt die Version des installierten Crystal Reports Runtime assembly an.

    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, Boolean)

    Lädt eine Report-Datei von der Festplatte.

    Back to top Generated by DocFX