Search found 8431 matches

by HighAley
Wed Jul 06, 2011 8:24 am
Forum: Stimulsoft Reports.NET
Topic: Function in stimulSoft
Replies: 4
Views: 1937

Function in stimulSoft

Hello. How can i write my own function in StimulSoft using Loops( for , while ) , condtions( if , else ) etc. On your question about own functions we have answered here http://forum.stimulsoft.com/Default.aspx?g=posts&m=20683 You can write your code using VB.NET or C# syntax. You can choose lang...
by HighAley
Wed Jul 06, 2011 8:13 am
Forum: Stimulsoft Reports.NET
Topic: Writing Function in Stimulsoft
Replies: 7
Views: 3165

Writing Function in Stimulsoft

Hello. You can write your function on the Code tab in the begin of report, for example: Namespace Reports Public Class Report Inherits Stimulsoft.Report.StiReport Public Function GetDateString(ByVal dateToConvert As DateTime) As String ' 'Place your code here ' Return "new date string" End...
by HighAley
Wed Jul 06, 2011 4:56 am
Forum: Stimulsoft Reports.NET
Topic: Writing Function in Stimulsoft
Replies: 7
Views: 3165

Writing Function in Stimulsoft

Hello. Hi. I have reports in Crystal Reports and now i want to create this report in Stimulsoft . I wrote many formulas in Crystal Report , but now i dont know how write this formulas in Stimulsoft . Please help me . We have import of reports from Crystal Report. But unfortunately it can't convert c...
by HighAley
Wed Jul 06, 2011 4:18 am
Forum: Stimulsoft Reports.NET
Topic: Two pages, the first is getting blank
Replies: 6
Views: 4609

Two pages, the first is getting blank

<t>Hello, Julio.<br/> <br/> To give you more correct answer we need to know how users choose bands to print.<br/> Depending on this, there may be two options.<br/> <br/> 1. If it's known before compilation of the report, that the first page will be empty:<br/> - You can set the Enabled property of t...
by HighAley
Tue Jul 05, 2011 7:57 am
Forum: Stimulsoft Reports.NET
Topic: Two pages, the first is getting blank
Replies: 6
Views: 4609

Two pages, the first is getting blank

Hello, Julio. [quote="julio".albuquerque]I have a report with two layout pages and 14 band. These bands are printed or not in accordance with the filter chosen by the user. My problem is that getting on the first page is blank because the second page does not fill the blank space on the fi...
by HighAley
Tue Jul 05, 2011 1:05 am
Forum: Stimulsoft Reports.WEB
Topic: Chart which extends over more than 1 page
Replies: 6
Views: 2848

Chart which extends over more than 1 page

Hello, John. I am trying to generate a chart in c# code which should be printed over 2 or more pages (see screenshot). What I'd like to have (if possible) is to set the width for all columns and then have the chart automatically grow downwards, extending over more than 1 page as required. Can you pl...
by HighAley
Mon Jul 04, 2011 9:03 am
Forum: Stimulsoft Reports.NET
Topic: Adding custom save
Replies: 12
Views: 4185

Adding custom save

Hello.

Please inherit your export from the StiExportService class and register the service with the command StiConfig.Services.Add (yourExportService);
If done correctly, your export will appear in the menu.

Thank you.
by HighAley
Fri Jul 01, 2011 8:56 am
Forum: Stimulsoft Reports.NET
Topic: Group Header, Page Break, and Sorting with XML data
Replies: 8
Views: 3766

Group Header, Page Break, and Sorting with XML data

Hello. 1) The first page is blank. It sounds like the "Skip First" property of the group header should address this but it does not. Please, try to set "New Page After" property of GroupHeaderBand1 to False. 2) The xml data is already sorted in the order in which it should appear...
by HighAley
Fri Jul 01, 2011 7:50 am
Forum: Stimulsoft Reports.NET
Topic: RtfTabbedTextformat export option by default
Replies: 4
Views: 1543

RtfTabbedTextformat export option by default

<t>Hello.<br/> <br/> It can be problems with export to plain text rtf with structure of document. And we don't intend to support this feature in future.<br/> <br/> We recommend you to use Table or Frame export mode.<br/> <br/> Maybe you should try to use export to other format such as xls.<br/> <br/...
by HighAley
Fri Jul 01, 2011 7:39 am
Forum: Stimulsoft Reports.NET
Topic: Data from different tables on one band
Replies: 7
Views: 3733

Data from different tables on one band

<r>Hello, Anastasia.<br/> <br/> Do you have relation between tables?<br/> It will be ok if you have only one row in both tables.<br/> <br/> We can give you more information if you send us your report template with sample data on <EMAIL email="support@stimulsoft.com">support@stimulsoft.com</EMAIL>.<b...