Back to Devexpress

IReportDataV2.ParametersObjectType Property

expressappframework-devexpress-dot-expressapp-dot-reportsv2-dot-ireportdatav2.md

latest2.0 KB
Original Source

IReportDataV2.ParametersObjectType Property

Gets the type of the reports parameter object.

Namespace : DevExpress.ExpressApp.ReportsV2

Assembly : DevExpress.Persistent.Base.v25.2.dll

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
Type ParametersObjectType { get; }
vb
ReadOnly Property ParametersObjectType As Type

Property Value

TypeDescription
Type

A System.Type of an object that specifies report parameters (typically, the ReportParametersObjectBase descendant).

|

See Also

Data Filtering in Reports

Data Sorting in Reports V2

How to: Access the Report Parameters Object in Calculated Fields Expressions

How to: Access the Report Parameters Object in Report Scripts

IReportDataV2 Interface

IReportDataV2 Members

DevExpress.ExpressApp.ReportsV2 Namespace