IConfigureReportPageSettingsPageView.SetDisplayFormat(String, String) Method
If implemented, 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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
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.
See Also