Create(TBasedxReportLink) Constructor
Creates a new TdxPSReportDocument object.
Declaration
constructor Create(AReportLink: TBasedxReportLink); virtual;
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
Remarks
The constructor is called automatically when a new report item or report link is created. Generally, you will have no need to create TdxPSReportDocument objects manually.
The AReportLink parameter value initializes the ReportLink property.
See Also