Click or drag to resize

CreateReport Class

Create a report for the designated documents using the report template.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandIList, McReportDocument
          MediaCy.Addins.ReporterCreateReport

Namespace:  MediaCy.Addins.Reporter
Assembly:  MediaCy.Addins.Reporter (in MediaCy.Addins.Reporter.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateReport
	Inherits OneInputOneOutputCommand(Of IList, McReportDocument)

The CreateReport type exposes the following members.

Constructors
  NameDescription
Public methodCreateReport
Initializes a new instance of the CreateReport class
Public methodCreateReport(McCommand)
Initializes a new instance of the CreateReport class
Top
Properties
  NameDescription
Public propertyReadOnly
Allow or disallow report editing.
Public propertyTemplate
The report template file to be used.
Public propertyVisible
Display the resulting report document when true.
Top
Remarks