Previous Topic

Next Topic

CreateReport - MaxBasic Function

CreateReport(ObjectName: Variant, Title: String[, SelectionText: String]): Object

Create a report from the specified data Object, with the specified report Title. Optional SelectionText string appears at the top of the report.

CreateReport function syntax has these named arguments:

Parameter

Description

Object Name

Required. The data object used to create the report.

Title

Required. The report title.

Selection Text

Optional. Text to appear at the top of the report.

See Also

Objects Functions

Book Contents

Book Index