Skip to main content
.NET 6.0+

IReportContainer.ParametersObjectType Property

Gets the type of the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v23.2.dll

Declaration

Type ParametersObjectType { get; }

Property Value

Type Description
Type

A System.Type object that specifies the type of the report parameters object.

See Also