ActiveReports 10
ExportFormatInfo Constructor

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > ExportFormatInfo Class : ExportFormatInfo Constructor
export type
display export name
extension
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

Reference

ExportFormatInfo Class
ExportFormatInfo Members