Search found 13 matches

by ssaturn
Thu Sep 06, 2012 5:39 am
Forum: Stimulsoft Ultimate
Topic: [Error] - Reports on Azure
Replies: 1
Views: 1379

[Error] - Reports on Azure

Hi, I am doing a report on web platform, when I try to view it in Local development PC everything goes smooth.. but when I try to deploy on windows azure, then it give me this error message. Report.png It seem like reportSTI can't locate the report file (.mrt) on azure, any solution or alternative s...
by ssaturn
Mon Jan 10, 2011 6:29 am
Forum: Stimulsoft Reports.WPF
Topic: Weird Error - Width can't be infinity
Replies: 8
Views: 4792

Weird Error - Width can't be infinity

Hi, Issue solved when I move to another PC to debug it.. I don't know why only that particular PC come out with this error.
by ssaturn
Sat Jan 08, 2011 11:30 pm
Forum: Stimulsoft Reports.WPF
Topic: Weird Error - Width can't be infinity
Replies: 8
Views: 4792

Weird Error - Width can't be infinity

Image

I always get this error when I try to generate the report :(. I designed the report in normal way, didn't touch any setting on the height and width.. even I redo my report, this error still turn up
by ssaturn
Mon Dec 13, 2010 9:13 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Error on stiReport1.Render()
Replies: 2
Views: 1801

Error on stiReport1.Render()

I wonder why I keep getting error message on stiReport1.Render() - Error message such as "Object reference not set to an instance of an object." stiReport1 = New StiReport() Dim _DocPath As String = Me.cboxReportList.SelectedValue StiSLViewerControl1.Visibility = System.Windows.Visibility....
by ssaturn
Fri Jul 23, 2010 3:10 am
Forum: Stimulsoft Reports.NET
Topic: What is the best practice for sum up the time?
Replies: 9
Views: 4302

What is the best practice for sum up the time?

<r>Well, I have another question on how to convert a time (sec) into hh:mm Format in Cross Tab.<br/> <br/> I have a value like 27900 sec in Cross Tab, then I do function (27900/60)/60 instead of 7.75, it gave me 7.. this is not what I want <E>:(</E><br/> <br/> I wish there is a Converter that ca con...
by ssaturn
Thu Jul 22, 2010 6:06 am
Forum: Stimulsoft Reports.NET
Topic: What is the best practice for sum up the time?
Replies: 9
Views: 4302

What is the best practice for sum up the time?

Hello John, Our report engine have SumTime aggregate function which you can find in report dictionary. This function accepts TimeSpan objects. Thank you. I tried using it {SumTime(reportTimeShift.tsd_value)} return result is 0:00:00 I am not sure "reportTimeShift.tsd_value" how it should ...
by ssaturn
Tue Jun 29, 2010 5:10 am
Forum: Stimulsoft Reports.WPF
Topic: Noob help - Loading a report from a SQL database & displaying it
Replies: 7
Views: 4234

Noob help - Loading a report from a SQL database & displaying it

Hi, I am using this method to passing the parameter into the Report. Me.stiReport1.Load(Me.cboxReports.SelectedItem.ReportPath) Me.stiPreviewControl1.Report = stiReport1 Dim EventDateStart As DateTime = New DateTime(SelectedDate.Year, SelectedDate.Month, SelectedDate.Day, 6, 0, 0) Dim EventDateEnd A...
by ssaturn
Tue Jun 29, 2010 4:14 am
Forum: Stimulsoft Reports.NET
Topic: What is the best practice for sum up the time?
Replies: 9
Views: 4302

What is the best practice for sum up the time?

Hi,

I have a question on how to sum up a time (1 hour + 30 min + 2 hours) = 3 hours 30 min in Cross-Tabs. Any best practice available? What kind of data type I should use in SQL? datetime?

Thanks in advance for help :)

Regards,
John
by ssaturn
Thu Jun 10, 2010 8:17 am
Forum: Stimulsoft Reports.Flex
Topic: How to pass Parameter into SQL base Report
Replies: 9
Views: 7511

How to pass Parameter into SQL base Report

I sent the email :) hope to hear from you all soon
by ssaturn
Wed Jun 09, 2010 3:46 am
Forum: Stimulsoft Reports.Flex
Topic: How to pass Parameter into SQL base Report
Replies: 9
Views: 7511

How to pass Parameter into SQL base Report

Hi, I tried the method Dim ReportDateStart As DateTime = cDateStart.SelectedDate Dim ReportDateEnd As DateTime = cDateEnd.SelectedDate Dim Report As StiReport = New StiReport Dim applicationDirectory As String = HttpContext.Current.Server.MapPath(String.Empty) Dim reportFileName As String = applicat...