Application
|
Returns the application associated with the report. Return value: Application. This property is read only.
|
AutoRunEvent
|
Returns/sets whether the event code of a document will automatically run when the document is opened. Return/assignment value: Boolean.
|
CharacterCount
|
Returns the number of characters in the report. Return value: Integer. This property is read only.
|
ContentData
|
Get the content data in a specified format. Return value: Variant. This property is read only.
|
EnterpriseReportExtension
|
Enterprise report extension. Return value: EnterpriseReportExtension. This property is read only.
|
EventCode
|
Returns/sets the event code of a document. Return/assignment value: String.
|
EventRunning
|
Return true if the event is running, otherwise return false. Return value: Boolean. This property is read only.
|
FullName
|
Returns the full name (including file path) of the report. Return value: String. This property is read only.
|
Landscape
|
Landscape orientation. Return/assignment value: Boolean.
|
LineCount
|
Returns the number of lines in the report. Return value: Integer. This property is read only.
|
LineLength
|
Returns the length of the specified line. Return value: Integer. This property is read only.
|
Margins
|
Return value: Margins. This property is read only.
|
Name
|
Returns/set the name of the report. Return/assignment value: String.
|
ObjectCount
|
Returns the number of embedded objects in the report. Return value: Integer. This property is read only.
|
ObjectName
|
Returns/sets the name of the specified object in the report. Return/assignment value: String.
|
Parent
|
Returns the application associated with the report. Return value: Application. This property is read only.
|
Path
|
Returns the file path of the report. Return value: String. This property is read only.
|
PrintFooter
|
Returns/sets the document footer used when printing. Return/assignment value: String.
|
PrintHeader
|
Returns/sets the document header used when printing. Return/assignment value: String.
|
ReportObjects
|
Report Objects collection. Return value: ReportObjects. This property is read only.
|
Saved
|
Returns/sets whether the latest changes in the document have been saved. Return/assignment value: Boolean.
|
SelectionFont
|
Returns the font of the selected text in the report. Return value: Font. This property is read only.
|
SelectionObject
|
Sets the selected embedded object within the report. Assignment value: Object.
|
SelectionParagraph
|
Returns the paragraph format of the selected text in the report. Return value: Paragraph. This property is read only.
|
SelectionRTF
|
Returns/sets the selected (rich-text formatted) text within the report. Return/assignment value: String.
|
SelectionText
|
Returns/sets the selected text within the report. Return/assignment value: String.
|
SelectionType
|
Returns the type of object or text selected within the report. Return value: Integer. This property is read only.
|
SpreadsheetAsObject
|
Returns/sets Spreadsheets printed as objects. Return/assignment value: Boolean.
|
TreeVisible
|
Returns/sets the visibility of the content tree. Return/assignment value: Boolean.
|
TreeWidth
|
Returns/sets the content tree width in twips. Return/assignment value: Integer.
|
Visible
|
Returns/sets the visibility of the report. Return/assignment value: Boolean.
|
Window
|
Returns the window of the report. Return value: Window. This property is read only.
|
WorkbookItem
|
Returns the WorkbookItem interface if the object is in a Workbook. Return value: WorkbookItem. This property is read only.
|