ConfigureReportPageSettingsPageView.SetDisplayFormat(String, String) Method
Sets the format settings applied to the display text of editors on the Specify Report Page Settings wizard page.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mask | String | A string that specifies the editors’ mask. |
| formatString | String | A string that specifies the output format for the editors’ text. |
Remarks
This method applies a mask to editors on the Specify Report Page Settings wizard page and sets the output format for their text, according to the specified Unit property value.
Implements
See Also