ParameterPanelFluentBuilder.Begin(XtraReport) Method
In This Article
Begins customization of the Parameters panel.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public static ParameterPanelFluentBuilder Begin(
XtraReport report
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
A report whose Parameters panel is customized. |
#Returns
Type | Description |
---|---|
Parameter |
A parameter panel builder. |
See Also