PrintFile class | QSYS API Reference Guide

Represents a Database print file. It contains methods to handle all Output operations on the file.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> PrintFileBase

Properties

Type Name Description
Dictionary<String, String> formatIDs Dictionary of format names to format IDs.

Methods

Signature Description
Write(String, Indicator[]) Write a record.

void Write(string formatName, Indicator[] optionIndicators)

Write a record.

void Write(string formatName, Indicator[] optionIndicators)

Parameters

Type Parameter name Description
String formatName Name of the record format to write.
Indicator[] optionIndicators Indicator array to use in the write operation.