SpecifyReportTemplateOptionsPage Properties
Provides a view for the Specify Report Template Options page of the Report Wizard in WPF applications.| Name | Description |
|---|---|
| AllowDiscountEditing | Specifies whether the discount value can be edited. |
| AllowTaxEditing | Specifies whether the tax value can be edited. |
| AvailableDiscountValueTypes | Specifies available discount value types. |
| AvailableTaxValueTypes | Specifies available tax value types. |
| CurrencyFormat | Specifies the index of the selected currency format. |
| CurrencyFormats | Specifies available currency formats. |
| CurrencySymbol | Specifies the selected currency symbol. |
| CurrencySymbols | Specifies available currency symbols. |
| Description | Specifies the description of the current wizard page. |
| DiscountValue | Specifies the discount value. |
| DiscountValueDisplayFormat | Specifies the discount value’s display format. |
| DiscountValueIsNumeric | Specifies whether the discount value is manually entered. |
| DiscountValueMask | Specifies the mask applied to the discount value. |
| DiscountValueRange | Specifies to which range a discount value should be applied. |
| DiscountValueType | Specifies the selected discount value type. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| Nodes | For internal use. |
| TaxInclusive | Specifies whether the tax value is included in the price values. |
| TaxValue | Specifies the tax value. |
| TaxValueDisplayFormat | Specifies the tax value’s display format. |
| TaxValueIsNumeric | Specifies whether the tax value is manually entered. |
| TaxValueMask | Specifies the mask applied to the tax value. |
| TaxValueRange | Specifies to which range a tax value should be applied. |
| TaxValueType | Specifies the selected tax value type. |
| UseCustomFooter | Inherited from WizardPageBase. |
See Also