Click or drag to resize

ExportReport Class

Export the designated report.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcReportDocument
          MediaCy.Addins.ReporterExportReport

Namespace:  MediaCy.Addins.Reporter
Assembly:  MediaCy.Addins.Reporter (in MediaCy.Addins.Reporter.dll) Version: 3.1.0.0
Syntax
VB
Public Class ExportReport
	Inherits OneInputCommand(Of McReportDocument)

The ExportReport type exposes the following members.

Constructors
  NameDescription
Public methodExportReport
Initializes a new instance of the ExportReport class
Top
Properties
  NameDescription
Public propertyFilename
Export the report to this file.
Public propertySign
Sign the resulting file when the format permits.
Public propertyVisible
Display the resulting file when true.
Top
Remarks
Display an Export dialog when Interactive is True.
See Also