<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alignment issue in Paginated report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Alignment-issue-in-Paginated-report/m-p/3105761#M35576</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to achieve correct alignment in Powerbi paginated report. As shown in below image the percentage value are not straight aligned . I want that multiple values for single expression to aligned in straight line. Can we achieve this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Expression used for above textbox is below.&lt;/P&gt;&lt;P&gt;=Code.GetFormatElections(LookupSet(Fields!ActiveElectionsId.Value, Fields!electionid.Value, Fields!CusipShort.Value &amp;amp; "~" &amp;amp; Fields!value.Value, "Elections"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And custom code used in report properties is :&lt;/P&gt;&lt;P&gt;Public Function GetFormatElections(ByVal items As Object()) As String&lt;BR /&gt;Dim str as String&lt;BR /&gt;str = ""&lt;/P&gt;&lt;P&gt;For Each line As Object In items&lt;BR /&gt;Dim fund as string = split(line, "~").GetValue(0)&lt;BR /&gt;Dim percent as integer = split(line, "~").GetValue(1)&lt;/P&gt;&lt;P&gt;Dim percentF as string = format(percent, "F2") &amp;amp; "%"&lt;/P&gt;&lt;P&gt;if (percent &amp;gt; 0) then&lt;BR /&gt;str = str &amp;amp; fund &amp;amp; space(20) &amp;amp; percentF &amp;amp; vbCRLF&lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;return str&lt;BR /&gt;End Function&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2023 11:30:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-01T11:30:43Z</dc:date>
    <item>
      <title>Alignment issue in Paginated report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Alignment-issue-in-Paginated-report/m-p/3105761#M35576</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to achieve correct alignment in Powerbi paginated report. As shown in below image the percentage value are not straight aligned . I want that multiple values for single expression to aligned in straight line. Can we achieve this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Expression used for above textbox is below.&lt;/P&gt;&lt;P&gt;=Code.GetFormatElections(LookupSet(Fields!ActiveElectionsId.Value, Fields!electionid.Value, Fields!CusipShort.Value &amp;amp; "~" &amp;amp; Fields!value.Value, "Elections"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And custom code used in report properties is :&lt;/P&gt;&lt;P&gt;Public Function GetFormatElections(ByVal items As Object()) As String&lt;BR /&gt;Dim str as String&lt;BR /&gt;str = ""&lt;/P&gt;&lt;P&gt;For Each line As Object In items&lt;BR /&gt;Dim fund as string = split(line, "~").GetValue(0)&lt;BR /&gt;Dim percent as integer = split(line, "~").GetValue(1)&lt;/P&gt;&lt;P&gt;Dim percentF as string = format(percent, "F2") &amp;amp; "%"&lt;/P&gt;&lt;P&gt;if (percent &amp;gt; 0) then&lt;BR /&gt;str = str &amp;amp; fund &amp;amp; space(20) &amp;amp; percentF &amp;amp; vbCRLF&lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;return str&lt;BR /&gt;End Function&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 11:30:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Alignment-issue-in-Paginated-report/m-p/3105761#M35576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-01T11:30:43Z</dc:date>
    </item>
  </channel>
</rss>

