Skip to main content
All docs
V24.1

ReportParameterContainer.ParameterLayoutItems Property

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public ReportParameterLayoutItemBase[] ParameterLayoutItems { get; set; }

Property Value

Type
DevExpress.DocumentServices.ServiceModel.DataContracts.ReportParameterLayoutItemBase[]
See Also