Search found 56 matches

by socotek
Thu Nov 17, 2016 8:50 am
Forum: Stimulsoft Reports.NET
Topic: Octagon shape
Replies: 10
Views: 5221

Re: Octagon shape

Hi,
setting the ScriptLanguage to VB now works.

Many thanks
by socotek
Mon Nov 14, 2016 8:29 am
Forum: Stimulsoft Reports.NET
Topic: Octagon shape
Replies: 10
Views: 5221

Re: Octagon shape

Hi,
in attachment the sample.

Many thanks
by socotek
Fri Nov 11, 2016 10:18 am
Forum: Stimulsoft Reports.NET
Topic: Octagon shape
Replies: 10
Views: 5221

Re: Octagon shape

I need to color the shape (see example) using the colors defined in the data source. I tried putting the code: TryCast(sender, StiShape).Brush = New StiSolidBrush(ColorTranslator.FromWin32(DataSource1.Colore)) or also TryCast(sender, StiShape).Brush = New StiSolidBrush(ColorTranslator.FromWin32(Data...
by socotek
Wed Sep 28, 2016 9:13 am
Forum: Stimulsoft Reports.NET
Topic: Table of contents and page numbering
Replies: 16
Views: 7940

Re: Table of contents and page numbering

Aleksey,
I understand what you mean ... could you please send me some examples?

Thanks in advance
Luca
by socotek
Tue Sep 20, 2016 12:04 pm
Forum: Stimulsoft Reports.NET
Topic: Table of contents and page numbering
Replies: 16
Views: 7940

Re: Table of contents and page numbering

Ok, thanks.
Can I have more details? Have you an example?

Thank you
Luca
by socotek
Mon Sep 19, 2016 9:35 am
Forum: Stimulsoft Reports.NET
Topic: Table of contents and page numbering
Replies: 16
Views: 7940

Re: Table of contents and page numbering

We have final report (whole report) that is made from different report file .mrt. We need to have this dinamically creation because of client that choose what elements he wants. For example, our code is like this below: Dim reportAss = New StiReport Dim report1 = New StiReport Dim report2 = New StiR...
by socotek
Tue Sep 06, 2016 8:12 am
Forum: Stimulsoft Reports.NET
Topic: Table of contents and page numbering
Replies: 16
Views: 7940

Re: Table of contents and page numbering

Hello,
how can I print a page more times in a report template?
My template contains a TOC, I need to print Page2 a variable number of times and the TOC should print each page number.

Thank you.

Luca
by socotek
Mon May 09, 2016 12:59 pm
Forum: Stimulsoft Reports.NET
Topic: Using Stimulsoft Reports.Net
Replies: 25
Views: 9027

Re: Using Stimulsoft Reports.Net

Hi,
We introduced the panel to obtain a space before header band.
I've moved all the bands from the Panel to the page and it works.

Many thanks
by socotek
Tue May 03, 2016 2:39 pm
Forum: Stimulsoft Reports.NET
Topic: Using Stimulsoft Reports.Net
Replies: 25
Views: 9027

Re: Using Stimulsoft Reports.Net

Hello

There are 7 dataBands in Panel2 (see image)
I'm sorry but I don't understand in which databand you suggest to put Panel2
or you mean to create a new databand to put Panel2 ?

Many thanks
Luca
by socotek
Tue May 03, 2016 9:16 am
Forum: Stimulsoft Reports.NET
Topic: Using Stimulsoft Reports.Net
Replies: 25
Views: 9027

Re: Using Stimulsoft Reports.Net

Hello I have a problem with page break in a page with many databand. As you can see in attached image 'IMG1' the line "LIQUIDITA' EUR" (second record of databand 'DataDettaglioStrumentiFinanziariTotali') is over the content of page footer band. Consenquently other databands don't break pag...