Search found 30 matches

by StepTK
Fri Jan 17, 2014 8:40 am
Forum: Stimulsoft Reports.Silverlight
Topic: Release UL_2014.01.10: VBSample CustomDesigner does not work
Replies: 11
Views: 8078

Release UL_2014.01.10: VBSample CustomDesigner does not work

Hello, the Silverlight VB.NET sample "C:\Program Files (x86)\Stimulsoft Reports.Ultimate 2013.3\Samples\Silverlight\VB.Net\Pure\CustomDesigner\" does not work anymore in prerelease "Release UL_2014.01.10" (release 2013.3 does not work as well). Compile error: interface method &qu...
by StepTK
Fri Jan 17, 2014 8:26 am
Forum: Stimulsoft Reports.Silverlight
Topic: Exception Changing Font Size of text field
Replies: 3
Views: 2593

Re: Exception Changing Font Size of text field

Thank you, I have installed the newest prerelease and the bug is gone. Now I get another bug with the new release. I will open a new title in the forum "Stimulsoft Reports Designer.Silverlight ".
by StepTK
Thu Jan 16, 2014 9:53 am
Forum: Stimulsoft Reports.Silverlight
Topic: Exception Changing Font Size of text field
Replies: 3
Views: 2593

Exception Changing Font Size of text field

Hello, enclosed you will find an exception report. Thank you for your help. Stephan ---------------------------- [Customer Explanation] Silverlight Demo: C:\Program Files (x86)\Stimulsoft Reports.Ultimate 2013.1\Bin\Designer.SL.html I get the exception below, when i change the text size of a text fi...
by StepTK
Thu Dec 12, 2013 9:17 am
Forum: Stimulsoft Reports.Silverlight
Topic: LoadDocumentFromString
Replies: 8
Views: 5616

Re: LoadDocumentFromString

Hello, enclosed you will find a step by step description to reproduce the bug: BUG-1- 1) Dim stiReport As New Stimulsoft.Report.StiReport() 2) stiReport.LoadFromString(reportAsXml) The content of the reportAsXml-String you will find in the other post (in the string you will find the xml-tag "Re...
by StepTK
Tue Dec 10, 2013 9:08 am
Forum: Stimulsoft Reports.Silverlight
Topic: LoadDocumentFromString
Replies: 8
Views: 5616

Re: LoadDocumentFromString

Thanks for your answer.
It is a report template. The method "LoadFromString()" does not work as well....
by StepTK
Mon Dec 09, 2013 9:33 am
Forum: Stimulsoft Reports.Silverlight
Topic: LoadDocumentFromString
Replies: 8
Views: 5616

Re: LoadDocumentFromString

When i call the method " stiReport.SaveToString" the property "ReportFile" which was filled before is then deleted.
by StepTK
Mon Dec 09, 2013 8:20 am
Forum: Stimulsoft Reports.Silverlight
Topic: LoadDocumentFromString
Replies: 8
Views: 5616

Re: LoadDocumentFromString

I call the method "LoadDocumentFromString": Dim stiReport As New Stimulsoft.Report.StiReport() stiReport.LoadDocumentFromString(reportAsXml) !!!!(used with the xml String below)!!! When i now check the "stiReport.ReportFile" property it has an empty string (but the xml string bel...
by StepTK
Thu Dec 05, 2013 2:39 pm
Forum: Stimulsoft Reports.Silverlight
Topic: LoadDocumentFromString
Replies: 8
Views: 5616

LoadDocumentFromString

Hello, i would like to use the method "LoadDocumentFromString" to create the StiReport object from an xml-string but the property "ReportFile" is not recreated correctly! In the xml-string i can find the property (i inserted a guid string) but the object has an empty string! Is t...
by StepTK
Mon Nov 11, 2013 2:41 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Report properties tab/Hide items
Replies: 3
Views: 2627

Re: Report properties tab/Hide items

Sorry but I would like to realize it with my source code not with a configuration tool...
by StepTK
Mon Nov 11, 2013 10:05 am
Forum: Stimulsoft Reports.Silverlight
Topic: Report properties tab/Hide items
Replies: 3
Views: 2627

Report properties tab/Hide items

Hello,

i would like to hide or disable the Report-Settings on the "Properties" tab page ("Report name", "Report alias","Report author",...) but don't know how to do it (the properties for the "page" should still be available)?

Thank you in advance.