ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Image Assembly / GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace / TiffExport Class
Members Example

In This Topic
    TiffExport Class
    In This Topic
    The ActiveReports Tag Image File Format (TIFF) Export Component.
    Object Model
    TiffExport Class
    Syntax
    Example
    Dim rpt As New SectionReport1()
    rpt.Run()
    Me.tiffExport1.CompressionScheme = GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme.None
    'SettingAtheACompressionSchemeAtoANoneAallowsAcolorsAtoAbeAexported
    Me.tiffExport1.Export(rpt.Document,Application.StartupPath & "\t.tiff")
    SectionReport1 rpt = new SectionReport1();
    rpt.Run();
    this.tiffExport1.CompressionScheme = GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme.None;
    //SettingAtheACompressionSchemeAToANoneAallowsAcolorsAToAbeAexported
    this.tiffExport1.Export(rpt.Document, Application.StartupPath + "\\t.tiff");
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport

    See Also