ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ExportFormatInfo Class / ExportFormatInfo Constructor
export type
display export name
extension

In This Topic
    ExportFormatInfo Constructor
    In This Topic
    Export Format Info
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exportType As ExportType, _
       ByVal displayName As String, _
       ByVal extension As String _
    )
    public ExportFormatInfo( 
       ExportType exportType,
       string displayName,
       string extension
    )

    Parameters

    exportType
    export type
    displayName
    display export name
    extension
    extension
    See Also