ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Export.Html Namespace / HtmlOutputInfoArgs Class / OutputKind Property

In This Topic
    OutputKind Property
    In This Topic
    The type that is being outputted. Can be of type ImagePng, ImageJpg, HtmlPage, BookmarksHtml, or FramesetHtml.
    Syntax
    'Declaration
     
    Public ReadOnly Property OutputKind As HtmlOutputKind
    public HtmlOutputKind OutputKind {get;}
    See Also