Click or drag to resize

ExportToFile Class

Exports Text, Image, DataTable, GridEX, NChartControl or McWindow into file. Input is a title, Input2 is an object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandString
          MediaCy.CommandsTwoInputsCommandString, Object
            MediaCy.Commands.ExportExportToFile

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ExportToFile
	Inherits TwoInputsCommand(Of String, Object)

The ExportToFile type exposes the following members.

Constructors
  NameDescription
Public methodExportToFile
Initializes a new instance of the ExportToFile class
Public methodExportToFile(String)
Initializes a new instance of the ExportToFile class
Public methodExportToFile(McCommand)
Initializes a new instance of the ExportToFile class
Top
Properties
  NameDescription
Public propertyBackground
Export background (frame and backcolor of the control) or not.
Public propertyStatic memberFileFilter
Returns file filters in format NAME|*.EXT for selected object.
Public propertyFileName
Defines destination file.
Public propertyOptions
Defines override or append if file already exists.
Public propertySize
Defines size of the image.
Public propertyWorksheet
Name of the destination worksheet.
Top
Methods
  NameDescription
Public methodStatic memberCanExport
Returns True if object could be exported into file with selected file name.
Top
Remarks