Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each order line is displayed on a separate row along with related information like quantity, amount, vat and so on.

Total and VAT (blue)

Alternative curriency (purple)

The VAT and Grand total information is displayed within a separate Tablix bound to the Receipt VAT subtotal line dataset.

The Total excluding VAT and Total VAT values along with the Grand total value and the charged currency are displayed within the Tablix itself, but outside of the group with the repetitive state, therefor being displayed only once.

The VAT's and their values are displayed within the Tablix group appearing therefor each on different a row.

Alternative currency (purple)

The section responsible for displaying the total values and VAT values broken down to the alternative currency defined in the administration section, uses a Tablix bound to the Receipt alternative currency line dataset.

In case no alternative currency is defined (or the values are entered using the currency defined as being the alternative currency) then this section will be hidden. 

Image Added

The code visible in the attached image above is responsible for checking if the used dataset doesn't contain any rows (information) or if the information found within the dataset is empty (this is done by verifying if the GrandTotalFormatted value is empty or not)

Payments (green)


Form of payment (red)



Each tablix and component is given a proper name so that tracking any element within the RDL template is therefor simplified.