Back to Devexpress

ReportGenerator(IContainer) Constructor

xtrareports-devexpress-dot-xtrareports-dot-reportgeneration-dot-reportgenerator-dot-ctor-x28-system-dot-componentmodel-dot-icontainer-x29.md

latest1.5 KB
Original Source

ReportGenerator(IContainer) Constructor

Initializes a new instance of the ReportGenerator class with the specified container.

Namespace : DevExpress.XtraReports.ReportGeneration

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public ReportGenerator(
    IContainer container
)
vb
Public Sub New(
    container As IContainer
)

Parameters

NameTypeDescription
containerIContainer

An object implementing the IContainer interface.

|

See Also

ReportGenerator Class

ReportGenerator Members

DevExpress.XtraReports.ReportGeneration Namespace