Click or drag to resize

BaseExportCommand Class

Base command for ExportToExcel, ExportToPowerPoint, ExportToWord commands.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandString
          MediaCy.CommandsTwoInputsCommandString, Object
            MediaCy.Commands.ExportBaseExportCommand
              MediaCy.Commands.ExportExportToExcel
              MediaCy.Commands.ExportExportToPowerPoint
              MediaCy.Commands.ExportExportToWord

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

The BaseExportCommand type exposes the following members.

Constructors
  NameDescription
Public methodBaseExportCommand
Initializes a new instance of the BaseExportCommand class
Public methodBaseExportCommand(String)
Initializes a new instance of the BaseExportCommand class
Public methodBaseExportCommand(McCommand)
Initializes a new instance of the BaseExportCommand class
Top
Properties
  NameDescription
Public propertyBackground
Export background (frame and backcolor of the control) or not.
Public propertyFileName
Public propertyFileOptions
Public propertyInfo
Export McWindow info or not.
Public propertySize
Defines size of the image.
Public propertyTitle
Export table/graph/image title or not.
Public propertyVisible
Public propertyWindowOptions
Defines what to export from McWindow.
Top
Remarks