Results 1 to 1 of 1

Thread: Weird Dash in SSRS

  1. #1

    Thread Starter
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Weird Dash in SSRS

    I have an odd issue in SSRS. there's a weird Dash appearing in a textbox:-
    Name:  Dash.PNG
Views: 269
Size:  1.3 KB

    I have no idea where this is coming from.

    Here's the xml for that textbox:-
    xml Code:
    1. <Textbox Name="Textbox96">
    2.         <CanGrow>true</CanGrow>
    3.         <KeepTogether>true</KeepTogether>
    4.         <Paragraphs>
    5.           <Paragraph>
    6.             <TextRuns>
    7.               <TextRun>
    8.                 <Value>=First(Fields!ID6C.Value, "dsPerson")</Value>
    9.                 <ActionInfo>
    10.                   <Actions>
    11.                     <Action>
    12.                       <Hyperlink>="javascript:void(window.open('MyServer?/BCC Reporting/Troubled Families/ThinkFamiliesReporting/Person Indicator Detail&amp;PersonID=" + cstr(Parameters!PersonID.Value) + "&amp;IndicatorCode=6C&amp;rc:Parameters=false','_blank'))"</Hyperlink>
    13.                     </Action>
    14.                   </Actions>
    15.                 </ActionInfo>
    16.                 <Style>
    17.                   <FontSize>7pt</FontSize>
    18.                   <Color>=iif(isNothing(First(Fields!ID6C.Value, "dsPerson")), "Black", "White")</Color>
    19.                 </Style>
    20.               </TextRun>
    21.             </TextRuns>
    22.             <Style />
    23.           </Paragraph>
    24.         </Paragraphs>
    25.         <rd:DefaultName>Textbox12</rd:DefaultName>
    26.         <ActionInfo>
    27.           <Actions>
    28.             <Action>
    29.               <Hyperlink>="javascript:void(window.open('http://MyServer?/BCC Reporting/Troubled Families/ThinkFamiliesReporting/Person Indicator Detail&amp;PersonID=" + cstr(Parameters!PersonID.Value) + "&amp;IndicatorCode=6C&amp;rc:Parameters=false','_blank'))"</Hyperlink>
    30.             </Action>
    31.           </Actions>
    32.         </ActionInfo>
    33.         <Top>11.01518cm</Top>
    34.         <Left>30.35355cm</Left>
    35.         <Height>0.4cm</Height>
    36.         <Width>2.27839cm</Width>
    37.         <ZIndex>88</ZIndex>
    38.         <ToolTip>=First(Fields!ID6C.Value, "dsIndicatorValueDescriptions")</ToolTip>
    39.         <Style>
    40.           <Border>
    41.             <Style>Solid</Style>
    42.           </Border>
    43.           <BackgroundColor>=iif(isNothing(First(Fields!ID6C.Value, "dsPerson")), "White", "Green")</BackgroundColor>
    44.           <PaddingLeft>2pt</PaddingLeft>
    45.           <PaddingRight>2pt</PaddingRight>
    46.           <PaddingTop>2pt</PaddingTop>
    47.           <PaddingBottom>2pt</PaddingBottom>
    48.         </Style>
    49.       </Textbox>

    The value being returned from the dataset is NULL.

    When I hover the mouse over the dash the cursor turns to a text selection cursor, implying that the dash is "real" text but I can't actually select it. I've even removed the text box and then put a new one on the report - the dash is still there.

    Anyone got any suggestions as to where this might be coming from? I've looked at everything I can think of and I'm completely stumped.

    Edit> A couple of other clues: It doesn't appear when I preview the report in visual studio. It does appear once deployed in IE, Chrome and Firefox. Deleting the deployed report and redeploying doesn't get rid of it.
    Last edited by FunkyDexter; Aug 2nd, 2016 at 05:29 AM.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width