Search Results for

    Show / Hide Table of Contents

    Class ZipArchive

    Inheritance
    System.Object
    ZipArchive
    Namespace: FastReport.Olap.Utils
    Assembly: FastReport.Olap.dll
    Syntax
    public class ZipArchive

    Constructors

    ZipArchive()

    Declaration
    public ZipArchive()

    Properties

    Comment

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String

    Errors

    Declaration
    public string Errors { get; set; }
    Property Value
    Type Description
    System.String

    FileCount

    Declaration
    public int FileCount { get; }
    Property Value
    Type Description
    System.Int32

    RootFolder

    Declaration
    public string RootFolder { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    AddDir(String)

    Declaration
    public void AddDir(string DirName)
    Parameters
    Type Name Description
    System.String DirName

    AddFile(String)

    Declaration
    public void AddFile(string FileName)
    Parameters
    Type Name Description
    System.String FileName

    AddStream(String, Stream)

    Declaration
    public void AddStream(string fileName, Stream stream)
    Parameters
    Type Name Description
    System.String fileName
    System.IO.Stream stream

    Clear()

    Declaration
    public void Clear()

    SaveToFile(String)

    Declaration
    public void SaveToFile(string FileName)
    Parameters
    Type Name Description
    System.String FileName

    SaveToStream(Stream)

    Declaration
    public void SaveToStream(Stream Stream)
    Parameters
    Type Name Description
    System.IO.Stream Stream
    Back to top © 1998-2024 Copyright Fast Reports Inc.