Note that there are some explanatory texts on larger screens.

plurals
  1. POreportviewer parameter list not formatted correctly
    primarykey
    data
    text
    <p>In my reportviewer for webforms, the text for a multi-drop down parameter list appears underneath the checkbox instead of to the right of the value. </p> <p>My ssrs rpt shows the values to the right, but when accessing the ssrs rpt from the server via my webform app, they appear under each other.</p> <p>How can I set this where the text appears to the right instead of under each other?</p> <p>Example:</p> <pre><code>checkbox AAA checbox BBB checkbox CCC checkbox AAA checkbox BBB checkbox CCC </code></pre> <p>My reportviewer markup is set up as the following:rsweb:ReportViewer ID="ReportViewer1" </p> <pre><code>runat="server" Font-Names="Tahoma" Font-Size="10pt" InteractiveDeviceInfos="(Collection)" ProcessingMode="Remote" WaitMessageFont-Names="Tahoma" WaitMessageFont-Size="10pt" Height="667px" Width="1241px" ShowFindControls="true" ShowExportControls="true" ShowPrintButton="true"&gt; &lt;ServerReport ReportPath="/wms_reports/crewzfone_sales" ReportServerUrl="http://ojuscluster01/reportserver" /&gt; &lt;/rsweb:ReportViewer&gt; </code></pre> <p>I placed the following override style onto the webpage, but appears not to be taking place:</p> <pre><code>&lt;style type="text/css"&gt; #ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown { text-align: left !important; overflow: visible; } &lt;/style&gt; </code></pre> <p>The pagesource is as follows... You can see the dropdown on the DIV tag with the table data after that. Each one is a checkbox (which is fine), but like I mentioned, the assoiciated data appears ON TOP OF EACH CHECKBOX INSTEAD OF IMMEDIATELY TO THE RIGHT OF THE CHECKBOX.</p> <p>There doesn't appear any way to change the style on the reportviewer at all via any properties other than what I did in the page above. If anybody has run into this same issue and resolved it, I would appreciate hearing from you very much.</p> <pre><code>&lt;div id="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown" onclick="event.cancelBubble=true;" onactivate="event.cancelBubble=true;" style="display:inline-block;border-color:DarkGray;border-width:1px;border-style:Solid;font-family:Tahoma;font-size:8pt;height:150px;overflow:auto;background-color:window;display:none;position:absolute;z-index:11;"&gt; &lt;table cellpadding="0" cellspacing="0" style="background-color:window;"&gt; &lt;tr&gt; &lt;td nowrap="nowrap"&gt;&lt;span style="font-family:Tahoma;font-size:8pt;"&gt;&lt;input id="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl00" type="checkbox" name="ctl00$MainContent$Chart1$rptViewerCrewzFoneSales$ctl04$ctl03$divDropDown$ctl00" onclick="$get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03&amp;#39;).control.OnSelectAllClick(this);" /&gt;&lt;label for="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl00"&gt;(Select All)&lt;/label&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td nowrap="nowrap"&gt;&lt;span style="font-family:Tahoma;font-size:8pt;"&gt;&lt;input id="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl01" type="checkbox" name="ctl00$MainContent$Chart1$rptViewerCrewzFoneSales$ctl04$ctl03$divDropDown$ctl01" onclick="$get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03&amp;#39;).control.OnValidValueClick(this, $get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl00&amp;#39;));" /&gt;&lt;label for="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl01"&gt;AZM&lt;/label&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td nowrap="nowrap"&gt;&lt;span style="font-family:Tahoma;font-size:8pt;"&gt;&lt;input id="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl02" type="checkbox" name="ctl00$MainContent$Chart1$rptViewerCrewzFoneSales$ctl04$ctl03$divDropDown$ctl02" onclick="$get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03&amp;#39;).control.OnValidValueClick(this, $get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl00&amp;#39;));" /&gt;&lt;label for="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl02"&gt;CCL&lt;/label&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td nowrap="nowrap"&gt;&lt;span style="font-family:Tahoma;font-size:8pt;"&gt;&lt;input id="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl03" type="checkbox" name="ctl00$MainContent$Chart1$rptViewerCrewzFoneSales$ctl04$ctl03$divDropDown$ctl03" onclick="$get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03&amp;#39;).control.OnValidValueClick(this, $get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl00&amp;#39;));" /&gt;&lt;label for="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl03"&gt;CEL&lt;/label&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td nowrap="nowrap"&gt;&lt;span style="font-family:Tahoma;font-size:8pt;"&gt;&lt;input id="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl04" type="checkbox" name="ctl00$MainContent$Chart1$rptViewerCrewzFoneSales$ctl04$ctl03$divDropDown$ctl04" onclick="$get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03&amp;#39;).control.OnValidValueClick(this, $get(&amp;#39;ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl00&amp;#39;));" /&gt;&lt;label for="ctl00_MainContent_Chart1_rptViewerCrewzFoneSales_ctl04_ctl03_divDropDown_ctl04"&gt;CRY&lt;/label&gt;&lt;/span&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload