Skip to main content
A newer version of this page is available. .

ReportGenerator.ContainerForm Property

Provides access to the form containing the ReportGenerator component.

Namespace: DevExpress.XtraReports.ReportGeneration

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public Form ContainerForm { get; }

Property Value

Type Description
Form

A Form object, specifying the ReportGenerator container.

See Also