Back to Devexpress

CachedReportSourceBase Class

corelibraries-devexpress-dot-xtraprinting-dot-caching-ea908f13.md

latest2.0 KB
Original Source

CachedReportSourceBase Class

Contains the basic functionality for the CachedReportSource and CachedReportSourceWeb classes.

Namespace : DevExpress.XtraPrinting.Caching

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class CachedReportSourceBase :
    Component,
    IDocumentSource,
    ILink,
    IExtensionsProvider,
    IServiceProvider,
    IServiceContainer,
    IDocumentModificationService
vb
Public Class CachedReportSourceBase
    Inherits Component
    Implements IDocumentSource,
               ILink,
               IExtensionsProvider,
               IServiceProvider,
               IServiceContainer,
               IDocumentModificationService

Implements

IDocumentSource

ILink

Inheritance

Object MarshalByRefObject Component CachedReportSourceBase CachedReportSource

CachedReportSourceWeb

See Also

CachedReportSourceBase Members

DevExpress.XtraPrinting.Caching Namespace