PrintReportParameter Class

Represents class for getting report print parameters.
Inheritance Hierarchy

SystemObject
  Unisys.AgileBusiness.RuntimeAPIPrintReportParameter

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public class PrintReportParameter

The PrintReportParameter type exposes the following members.

Constructors

  NameDescription
Public methodPrintReportParameter
PrintReportParameter constructor.
Top
Properties

  NameDescription
Public propertyDeleteXML
Delete report output XML file.
Public propertyDeviceType
Report Device type for print.
Public propertyEndPageNo
Ending page number for print.
Public propertyFontName
Fornt name for print.
Public propertyFormDepth
Form Depth for print. Total number of lines to be printed in a page.
Public propertyPitch
Pitch for print. Total numbers of characters in a line.
Public propertyReportXMLFile
Report output XML file for print.
Public propertyStartPageNo
Starting page number for print.
Public propertyStationName
Printer or station name.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also