This is a migrated thread and some comments may be shown as answers.

Add NewLine ToolTip Text in Visual Studio

0 Answers 296 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rich Schone
Top achievements
Rank 1
Veteran
Rich Schone asked on 06 Aug 2020, 05:35 PM

I have created a new report and enable the ToolTip.  When the user rolls over the graph in the report.  The ToolTip comes up and shows the title and the text.  I want to add a second line to the text.  However, I can't seem to get it to work.  This is what I am doing.

I go into Visual Studio.  I select the desired graph.  Then Series - barSeries1 - ToolTip - Text.  I select to edit the expression.  I have added the following expressions and can't get the words "Encounter Count" to go on a second line.  I have tried the following expressions.

{Format('Month: {{1:MMMM yyyy}} {{0}} Encounter Count', "<br />", Fields.reportMonth)}
{Format('Month: {{1:MMMM yyyy}} {{0}} Encounter Count', "\n\r", Fields.reportMonth)}

{Format('Month: {{0:MMMM yyyy}}\nEncounter Count', Fields.reportMonth)}

Nothing seems to work. 


 

 

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Rich Schone
Top achievements
Rank 1
Veteran
Share this question
or