ActiveReports 8
ExportFormatInfo Constructor
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace > ExportFormatInfo Class : ExportFormatInfo Constructor

exportType
export type
displayName
display export name
extension
extension

Glossary Item Box

Export Format Info

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal exportType As ExportType, _
   ByVal displayName As System.String, _
   ByVal extension As System.String _
)
C# 
public ExportFormatInfo( 
   ExportType exportType,
   System.string displayName,
   System.string extension
)

Parameters

exportType
export type
displayName
display export name
extension
extension

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also