Skip to main content
All docs
V23.2

ReportParameterContainer.ParameterLayoutItems Property

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

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