Using Stimulsoft Reports.Net

Stimulsoft Reports.NET discussion
socotek
Posts: 56
Joined: Thu Jun 26, 2014 9:40 am

Re: Using Stimulsoft Reports.Net

Post by socotek »

Hello

In the report attached we set Word Wrap Series Label to true and the Widht to 65.
For the Argument "Cina" we must insert blank spaces to obtain the second row in the label.
Is there a programmatically or design way to have the second row?

Thank you,
Luca
Attachments
PieWithWordWrapLabel.mrt
(10.06 KiB) Downloaded 240 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Using Stimulsoft Reports.Net

Post by HighAley »

Hello.

Unfortunately, it's impossible to specify line break at the series label.

Thank you.
socotek
Posts: 56
Joined: Thu Jun 26, 2014 9:40 am

Word Wrap in Series Labels

Post by socotek »

Hello Aleksey,
is there just no way to indicate to the series label to wrap?
For example, allow HTML tags? At least, the possibility to wrap between argument e value.
Can you provide us this?

Thank you very much,
Luca
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Using Stimulsoft Reports.Net

Post by HighAley »

Hello, Luca.

We will discuss your problem with our developers once more and let you know about results next week.

Thank you.
socotek
Posts: 56
Joined: Thu Jun 26, 2014 9:40 am

Re: Using Stimulsoft Reports.Net

Post by socotek »

Thank so much,
Luca
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Using Stimulsoft Reports.Net

Post by HighAley »

Hello, Luca.

We have found a way how to set argument and value in two lines.
1. You should specify the Data Source.
2. Set the Value Data Column.
3. Set The Argument as in our sample

Code: Select all

{Categories.CategoryName+"\n"}
4. Set the Value Type of Labels.
5. Set the Value Type Separator as space.
6. Set the Word Wrap to True.

Thank you.
Attachments
Report.mrt
(25.24 KiB) Downloaded 317 times
socotek
Posts: 56
Joined: Thu Jun 26, 2014 9:40 am

Re: Using Stimulsoft Reports.Net

Post by socotek »

Thank you for your detailed answer.
I did all steps you wrote, but it doesn't work; we obtain the result as in image Img1.
I attached you the mrt file too.

Thank you,
Luca
Attachments
ToStimulsoft.mrt
(40.7 KiB) Downloaded 237 times
Img1.PNG
Img1.PNG (25.81 KiB) Viewed 3992 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Using Stimulsoft Reports.Net

Post by HighAley »

Hello.

We see that you use VB.NET. Then you should do a little changes. The Argument should be next:

Code: Select all

{Prova.Categoria+Environment.NewLine}
Thank you.
socotek
Posts: 56
Joined: Thu Jun 26, 2014 9:40 am

Re: Using Stimulsoft Reports.Net

Post by socotek »

Hello,
it works fine.

Thank you very much,
Luca
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Using Stimulsoft Reports.Net

Post by HighAley »

Hello, Luca.

We are always glad to help you.
Let us know if you need any help.

Thank you.
Post Reply