Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / BmpExporter Class
Members

In This Topic
    BmpExporter Class
    In This Topic
    Represents an object that can be used to export a SSRS report to BMP.
    Object Model
    BmpExporter Class
    Syntax
    'Declaration
     
    Public Class BmpExporter 
       Inherits ImageExporter
    public class BmpExporter : ImageExporter 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Document.Export.ExportFilter
          C1.WPF.Document.Export.Ssrs.Exporter
             C1.WPF.Document.Export.Ssrs.PaginatedExporter
                C1.WPF.Document.Export.Ssrs.ImageExporter
                   C1.WPF.Document.Export.Ssrs.BmpExporter

    See Also