Text formatting is wrong when exporting RDL to PPTX

@obmohamad,
You can use these parameters as shown below:

<Extension Name="ASPPS" Type="Aspose.Slides.ReportingServices.PpsRenderer,Aspose.Slides.ReportingServices" Visible="true">
  <Configuration>
    <DeviceInfo>
      <TextInTables>Spread</TextInTables>
      <HyperlinkColor>Default</HyperlinkColor>
    </DeviceInfo>
  </Configuration>
</Extension>

These parameters should be set for each Extension.
Full example of configuration: rsreportserver.zip (3.6 KB).

Hi @Andrey_Potapov - Thanks for the additional clarification. Aspose seems to be producing editable PPTX files with the desired line spacing now. Thank you again for all your assistance and help with this!