Page tree

Versions Compared

Key

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

...

1. Include the SoftArtisans.OfficeWriter.WordWriter namespace in the code behind.

Code Block
using SoftArtisans.OfficeWriter.WordWriter;

...

7. Use SetDataSource() to bind the order details arrays. Note that the data source name is the last string.

Code Block
WT.SetDataSource(detailsArray, detailColNames, "OrderDetails");

...