Show contents 

Report > Report Assembly Interfaces > IReportBox > IReportBox.Report

IReportBox.Report

Syntax

Report: IUiReport;

Description

The Report property determines the UiReport component that will be used as a data source.

Example

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
    ReportBox1.Report := UiReport1;
End Sub Button1OnClick; ;

After executing the example and clicking the button, the component named UiReport1 is set as a data source for the ReportBox1 object.

See also:

IReportBox