Rockwell Automation 9307 FactoryTalk EnergyMetrix User Manual

Page 261

Advertising
background image

9

ReportsPlus

261

Enums

RichTextBox Object

The RichTextBox object provides a way to place large amounts of text on a report. Text
can be formatted by using RTF control codes. Some of the more common codes include:

\par Begin a new paragraph (begin a new line)

\b Turn on bold

\b0 Turn off bold

\ul Turn on continuous underline.

\plain Reset to plain text.

\fs Select font size in half-points, \fs36 selects 18 point font, fs48 selects 24 point font.

Constant

Description

PageOrientation.Portrait
PageOrientation.Landscape

Specifies the page orientation

PaperKind.A2
PaperKind.A3
PaperKind.A4
PaperKind.B4
PaperKind.B5
PaperKind.B6
PaperKind.Custom
PaperKind.Executive
PaperKind.Legal
PaperKind.Letter
PaperKind.Tabloid

Specifies the paper size

ReportPeriod.None
ReportPeriod.Yesterday
ReportPeriod.Today
ReportPeriod.LastWeek
ReportPeriod.PreviousWeek
ReportPeriod.MonthToDate
ReportPeriod.PreviousYear
ReportPeriod.YearToDate
ReportPeriod.FiscalMonthToDate
ReportPeriod.PreviousFiscalMonth
ReportPeriod.SecondPreviousFiscalMonth
ReportPeriod.FiscalQuarterToDate
ReportPeriod.PreviousFiscalQuarter
ReportPeriod.SecondPreviousFiscalQuarter
ReportPeriod.FiscalYearToDate
ReportPeriod.PreviousFiscalYear
ReportPeriod.SecondPreviousFiscalYear

Corresponds to the pre-defined
report period selected when the
report is run

Advertising