Search Results for

    Show / Hide Table of Contents

    Interface IWebReportCache

    Represents the cache where all webReports will be stored

    Namespace: FastReport.Web.Cache
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public interface IWebReportCache : IDisposable

    Methods

    Add(WebReport)

    Declaration
    void Add(WebReport webReport)
    Parameters
    Type Name Description
    WebReport webReport

    Find(String)

    Declaration
    WebReport Find(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    WebReport

    Remove(WebReport)

    Declaration
    void Remove(WebReport webReport)
    Parameters
    Type Name Description
    WebReport webReport

    Touch(String)

    Declaration
    bool Touch(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    System.Boolean
    Back to top © 1998-2025 Copyright Fast Reports Inc.