Search found 13 matches

by anl1973
Tue Jan 27, 2015 10:25 pm
Forum: Stimulsoft Reports.NET
Topic: how to populate a treeviewcontrol?
Replies: 3
Views: 1319

Re: how to populate a treeviewcontrol?

Hi Aleksey, thx for your answer. Very much appreciated. Got it to work with hard coded values. Next step would be to populate the tree using (filtered) hierarchical data from a datasource (in fact from two related datasources in my case). I feel I would be able to use proper databands to fetch the r...
by anl1973
Tue Jan 27, 2015 8:14 am
Forum: Stimulsoft Reports.NET
Topic: how to populate a treeviewcontrol?
Replies: 3
Views: 1319

how to populate a treeviewcontrol?

Hi, I would need to allow a user selecting an objects from a hierarchy (for filtering a report). Therefore I was about to use a TreeViewControl on a form. Unfortunately I don't really know how to populate the tree inside the control (based on hierarchical data retrieved from a datasource) and how to...
by anl1973
Tue Nov 18, 2014 7:48 pm
Forum: Stimulsoft Reports.NET
Topic: Creating hyperlink in text. (Interaction)
Replies: 14
Views: 6012

Re: Creating hyperlink in text. (Interaction)

Hi,

may I ask whether there is an update on this? I just came across the same need, printing a comma-seperated list of strings in a text component where each string shall contain a hyperlink...

BR,
Andreas
by anl1973
Tue Jun 10, 2014 11:29 am
Forum: Stimulsoft Reports.NET
Topic: enforce printing Header and Footer bands even without data
Replies: 3
Views: 1289

Re: enforce printing Header and Footer bands even without da

Hi Aleksey,

thx for your help. Your solution works.
I wonder a bit because I am in pricipal aware of the option "Print if empty" resp. Print if detail is empty" but I haven't seen it for header/footer bands initially. Obviously, I was blind that day... ;)

BR, Andreas
by anl1973
Mon Jun 02, 2014 3:40 pm
Forum: Stimulsoft Reports.NET
Topic: enforce printing Header and Footer bands even without data
Replies: 3
Views: 1289

enforce printing Header and Footer bands even without data

Hi,

quick question: is there any option available which enforces the printing of Header and Footer Bands even if the enclosed Data Band does not output any data (respective data source is empty)?

Thanks in advance,
Andreas
by anl1973
Fri Mar 08, 2013 11:37 am
Forum: Stimulsoft Reports.NET
Topic: Does not Work: Setting Property LineColor
Replies: 4
Views: 1477

Re: Does not Work: Setting Property LineColor

Hi, I have a very similar issue. I created a pie chart containing 5 series (representing the 5 sectors that shall appear in the chart). For each series I defined a dedicated Brush --> Color in the Series Editor. For the entire chart I set Allow Apply Style to False. However, I do not get the desired...
by anl1973
Fri Oct 12, 2012 3:03 pm
Forum: Stimulsoft Reports.NET
Topic: Creating Nested Bookmarks
Replies: 6
Views: 1855

Re: Creating Nested Bookmarks

Hi,

just saw your message now (thought I would get an email notification...).
In the meantime I was able to get the bookmarks as wanted.
However, thx for your offer to help.

BR,
Andreas
by anl1973
Wed Sep 26, 2012 2:34 pm
Forum: Stimulsoft Reports.NET
Topic: Creating Nested Bookmarks
Replies: 6
Views: 1855

Re: Creating Nested Bookmarks

Hi,

I just came across the same issue. Were you able to solve it in 2009?
Could you please provide the solution description here?

Thx.
Andreas
by anl1973
Thu Jan 19, 2012 5:32 pm
Forum: Stimulsoft Reports.NET
Topic: creating a chart based on data stored in arrays
Replies: 8
Views: 2907

creating a chart based on data stored in arrays

<t>Hi Aleksey,<br/> <br/> many thanks for the example. If I understood it right you create "DataSource2" directly from "DataSource1". Looks quite simple if you have a simple structure in the initial data source. But I'm not really sure if I will be able to do the same with the more complex IRQA data...
by anl1973
Wed Jan 18, 2012 4:31 pm
Forum: Stimulsoft Reports.NET
Topic: creating a chart based on data stored in arrays
Replies: 8
Views: 2907

creating a chart based on data stored in arrays

<r>Hi Aleksey,<br/> <br/> attached you will find the simplified example (based on data stored in the attached csv-file). If you run the report you will be asked for a "test data set". If you chose "testset1" you will get some data with only two different argument values ("x1" and "x2"). On the datab...