Add Item to SA Report at Location    

Adds an item to an existing SA report at a specific position on a specific page.

 

Input Arguments

 

0

Collection Object Name

Report Name

The name of the existing SA report.

1

Collection Object Name

Item Name

The item to add to the report.

2

Integer

Page Number

The destination page number for the item. This is a 1-based value, so the first page is page 1.

3

Double

Horizontal Location

The distance (in page units) from the left end of

the printable page.

4

Double

Vertical Location

The distance (in page units) from the top of the printable page.

5

Boolean

Show Report?

If TRUE, the report window will be displayed.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The item was added successfully.

FAILURE

The report or item was not found, or the location was invalid.

 

Remarks

None.