Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.Printing.PrintService

class EnsLib.Printing.PrintService extends Ens.BusinessService

Basic Print Service

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = Target;
Settings

Properties

property Target as Ens.DataType.ConfigName;
Target to send print requests to
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetParseConfigNameSpec(), TargetSet()

Methods

method OnProcessInput(pInput As %RegisteredObject, Output pOutput As %RegisteredObject, ByRef pHint As %String) as %Status
Authors of BusinessService implements this method to receive incoming data
classmethod SubmitPrintRequest(pRequest As EnsLib.Printing.PrintRequest, pServiceName As %String = $classname()) as %Status
Dispatch the printing request to a business service

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab