Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / PaginatedExporter Class
Members

In This Topic
    PaginatedExporter Class
    In This Topic
    Base class for paginated exporters like PDF, IMAGE and so on.
    Object Model
    PaginatedExporter Class
    Syntax
    'Declaration
     
    Public MustInherit Class PaginatedExporter 
       Inherits Exporter
    public abstract class PaginatedExporter : Exporter 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Document.Export.ExportFilter
          C1.Win.C1Document.Export.Ssrs.Exporter
             C1.Win.C1Document.Export.Ssrs.PaginatedExporter
                C1.Win.C1Document.Export.Ssrs.ImageExporter
                C1.Win.C1Document.Export.Ssrs.PdfExporter
                C1.Win.C1Document.Export.Ssrs.TiffExporter

    See Also