DataObject

Description

The name of the report that is the nested report within the main report.

Applies to

Report controls

Syntax

Describe and Modify argument:

"reportname.DataObject = ' dwname ' "

Parameter

Description

reportname

The name of the Report control in the main report for which you want to get or set the nested report

dwname

A string naming a report in the application’s libraries that is the report for the report within the main report

Usage


In the painter

Select the control and set the value in the Properties view, General tab, Report option.

Examples

Example 1

setting = dw1.Describe("rpt_1.DataObject")

dw1.Modify("rpt_1.DataObject='d_empdata'")