reporting-servicesms-wordoracle-sqldeveloperenvelope

Oracle SQL> SSRS output > MS-Word envelop formatting issue


We are trying to providing MS-Word's Mail-Envelope facility to end users.

Approaches we have tried:

  1. Used variations with chr(10) and chr(13), every time the problem comes to same formatting.
  2. Tried to insert paragraph character directly from SQL by using chr(0182). This inserts paragraph symbol but it is treated as special character(Comes as it is) and not the actual paragraph symbol from the word.

Please suggest if there is other way to resolve this problem. Or if there is better approach to satisfy the requirement itself. Thanks.


Solution

  • Alright, so what we have used is placeholders in SSRS report. Insider text box, put some placeholders, that are generating '¶' and next line when export into word. You can add some static text along with placeholders(for dynamic data). With this we don't need to change SQL for getting data in particular format. E.g. Address: [Placeholder-AddressLine1], [Placeholder-AddressLine2] [Placeholder-CityAndZip]