SpecifyReportTemplateOptionsPageView.AllowTaxEditing Property
Specifies whether the tax value can be edited.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the tax value can be edited; otherwise, false. |
Remarks
The tax value cannot be edited if the SpecifyReportTemplateOptionsPageView.TaxValueRange property is set None.
Implements
See Also