Search found 31 matches

by ymc
Thu May 24, 2012 4:01 am
Forum: Stimulsoft Reports.NET
Topic: Crosstab sort by Summary Total
Replies: 2
Views: 913

Crosstab sort by Summary Total

<r>Is that the crosstab still cannot sort by the calculated summary value "Total" right now?<br/> <br/> I have searched through the forum but still no luck.<br/> <br/> The following link is the only related topic but seems without solution.<br/> <URL url="http://forum.stimulsoft.com/Default.aspx?g=p...
by ymc
Tue May 22, 2012 9:50 pm
Forum: Stimulsoft Reports.NET
Topic: Apostrophe question in SQL statement
Replies: 2
Views: 860

Apostrophe question in SQL statement

<t>The issue is about the (') apostrophe in the coding inside the report.<br/> I have created a form with a Checked List box to gathering the parameters in the report designer. Then when the user checked some of the options, I have some C# code to formulate the checked items to be a string, e.g. Sta...
by ymc
Wed Apr 25, 2012 6:22 am
Forum: Stimulsoft Reports.NET
Topic: Bar Chart Drill-Down passing parameter to other report
Replies: 5
Views: 1805

Bar Chart Drill-Down passing parameter to other report

<t>I would like to ask how to pass the parameter to another drill-down report but not to drill-down page with series value.<br/> <br/> The setting of Interaction --> "Drill-Down Enabled" = True and Drill-Down Report = 'abc.mrt'<br/> <br/> Where should I put the parameter for passing?<br/> 1. In the ...
by ymc
Thu Apr 19, 2012 6:08 am
Forum: Stimulsoft Reports.NET
Topic: Passing Master report local variable to Drill-down report
Replies: 2
Views: 1004

Passing Master report local variable to Drill-down report

<t>I would like to know how to pass the master report local variable to the drill-down report? Such as Variable "A" holding "1". The Value "1" can pass to the drill-down report etc.<br/> <br/> From the interaction the Drill-down parameter express can input the object only such as the data source fie...
by ymc
Mon Aug 17, 2009 1:57 am
Forum: Stimulsoft Reports.NET
Topic: Save 1 report in seperate files based on nominated break criteria
Replies: 2
Views: 850

Save 1 report in seperate files based on nominated break criteria

<t>I have a question about if there any function to save/print seperate files based on nominated break criteria.<br/> <br/> For example:<br/> I have a Company called "A"<br/> I have a report to list out all invoice related to A let say 10 invoices and each invoices around two pages.<br/> <br/> Thus,...
by ymc
Wed Apr 01, 2009 1:28 am
Forum: Stimulsoft Reports.NET
Topic: Print to PDF issue at HTML environment (Chinese)
Replies: 2
Views: 1323

Print to PDF issue at HTML environment (Chinese)

<t>I have got the issue during printing a report to PDF.<br/> <br/> When we preview the report in Internet Explorer (with Chinese words in it using DFKai-SB font type) without any problem. Even though save it to Excel which can display Chinese words in DFKai-SB font type correctly.<br/> <br/> Howeve...
by ymc
Mon Mar 03, 2008 9:13 pm
Forum: Stimulsoft Reports.NET
Topic: Click Event for sub report
Replies: 10
Views: 3827

Click Event for sub report

<t>I have some requests from client about:<br/> <br/> 1. They want to display some data in the form of bar chart and during double click on the specific bar then display the detail. My idea is about can I just have a double click event and then rendering another report or enable the pre-rendered pag...
by ymc
Tue Feb 26, 2008 10:28 pm
Forum: Stimulsoft Reports.NET
Topic: Trigger event like after grow
Replies: 2
Views: 1179

Trigger event like after grow

I would like to ask how can I trigger the text cell has grow or not?
For example, when the first text cell in the 1st databand grow then the child enabled = true.
If not then just hidden (enabled = false).
So any idea about how to trigger the event like wordwrap/grow?