Skip to main content
A newer version of this page is available. .

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.v18.2.Extensions.dll

Declaration

public void SetDisplayFormat(
    string mask,
    string formatString
)

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