Class ReportCache

Hierarchy

  • ReportCache

Index

Properties

cachePath

cachePath: string

Gets or sets value which specifies path for the report cache.

disposeImagesOnPageClear

disposeImagesOnPageClear: boolean = true

Gets or sets value which indicates that report engine can dispose the images during report rendering in the report cache.

optimizeEndRenderSetText

optimizeEndRenderSetText: boolean = true

Gets or sets value which indicates that optimization is used for SetText on EndRender.

Accessors

amountOfQuickAccessPages

  • get amountOfQuickAccessPages(): number
  • set amountOfQuickAccessPages(value: number): void
  • Gets or sets amount of quick access pages. This value must be greater than 5.

    Returns number

  • Gets or sets amount of quick access pages. This value must be greater than 5.

    Parameters

    • value: number

    Returns void

limitForStartUsingCache

  • get limitForStartUsingCache(): number
  • set limitForStartUsingCache(value: number): void
  • Gets or sets lower bound of starting using the cache of the report.

    Returns number

  • Gets or sets lower bound of starting using the cache of the report.

    Parameters

    • value: number

    Returns void

Generated using TypeDoc