Search found 10 matches

by careli
Tue Feb 28, 2023 2:54 pm
Forum: Stimulsoft Ultimate
Topic: Problems with the bubble chart
Replies: 1
Views: 7121

Problems with the bubble chart

Hello,
I'm having an issue with bubble chart in version 2022.2.3.

I created a chart where the bubbles only appear after hovering the mouse over it.

Is there already a solution for this problem?
by careli
Wed Jul 27, 2022 2:32 pm
Forum: Stimulsoft Reports.WEB
Topic: DateTime Picker UX
Replies: 4
Views: 654

Re: DateTime Picker UX

Hi,

To reproduce the issue, access https://demo.stimulsoft.com/?seeAll#Net ... ersInvoice

On date parameters input, enter the sequence 01012021 then press tab to navigate to next control.

If you see, the mask is not applied and the date resulted is not 01.01.2021
by careli
Mon Jul 25, 2022 3:32 pm
Forum: Stimulsoft Reports.WEB
Topic: DateTime Picker UX
Replies: 4
Views: 654

DateTime Picker UX

Hello, I have a problem with inputting variables of date type. When the user types the date numbers the field mask is not applied generating a random date. For example, the user types 01012022 expecting the date to be 01.01.2022 and actually when he takes the focus off the control the date is 27.10....
by careli
Tue Jan 11, 2022 10:17 pm
Forum: Stimulsoft Reports.WEB
Topic: ParametersPanelDateFormat on time and date variables
Replies: 2
Views: 757

ParametersPanelDateFormat on time and date variables

Hi, I use the "ParametersPanelDateFormat" property to format date input controls. But in the same report i have 2 variables. 1 of date and another of time types. When I use the parametersPanelDateFormat="dd/MM/yyy" property to format the date variable on input, but my time variab...
by careli
Tue May 17, 2016 1:56 pm
Forum: Stimulsoft Reports.WEB
Topic: Pie Chart - Legend and Series Label Percentage
Replies: 1
Views: 1449

Pie Chart - Legend and Series Label Percentage

Hi,

There is a way to show a legend with arguments and the series label with value and percentage? Like this example:
pie_chart.jpg
pie_chart.jpg (34.58 KiB) Viewed 1449 times
by careli
Fri Aug 28, 2015 2:04 pm
Forum: Stimulsoft Reports.WEB
Topic: Bug on viewerFx with Gantt Chart
Replies: 1
Views: 920

Bug on viewerFx with Gantt Chart

Hi,

I am having trouble viewing a report with a Gantt chart. The report works fine in preview but when you view it in a WebViewerFx control it presents the data incorrectly. I am sending the attached report and I'm using version 2014.2.2000.0
by careli
Fri Jul 31, 2015 11:37 am
Forum: Stimulsoft Reports.WEB
Topic: Export to Text File - UTF-8 Without BOM (Byte-Order-Mark)
Replies: 5
Views: 2016

Re: Export to Text File - UTF-8 Without BOM (Byte-Order-Mark

i'm using the version "2014.1.1900.0"

This is the control on asp.net page.

Code: Select all

<cc1:StiWebViewerFx ID="viewerFx" runat="server" Localization="" Height="100%" ThemeName="Silver" Width="100%" />
by careli
Wed Jul 29, 2015 5:02 pm
Forum: Stimulsoft Reports.WEB
Topic: Export to Text File - UTF-8 Without BOM (Byte-Order-Mark)
Replies: 5
Views: 2016

Re: Export to Text File - UTF-8 Without BOM (Byte-Order-Mark

Thanks Aleksey,

How i export report in code? There is a way to intercept and verify if the export settings is set to UTF-8 and get the text content, remove the bytes and set the response to user? I'm using de webviewerfx in asp.net page.
by careli
Tue Jul 28, 2015 11:39 am
Forum: Stimulsoft Reports.WEB
Topic: Export to Text File - UTF-8 Without BOM (Byte-Order-Mark)
Replies: 5
Views: 2016

Export to Text File - UTF-8 Without BOM (Byte-Order-Mark)

Hi, I need to export the report contents to a text file in UTF-8 format without BOM (Byte-order-Mark) (http://www.unicode.org/faq/utf_bom.html#BOM) to import it in another system. Is there any way to do this? Or export using UTF-8 always comes with the BOM. I am using the 2014.1.1900.0 version. Than...
by careli
Tue Mar 29, 2011 9:32 am
Forum: Stimulsoft Reports.Flex
Topic: Show Export Buttons
Replies: 2
Views: 1799

Show Export Buttons

Hello, I'm trying to show the export buttons (PDF, EXCEL, JPEG, etc) on the viewer. But only the save button was displayed. How should I proceed so that the buttons are displayed?? this is the code I'm using. StiViewerFx.initialize(); StiOptions.viewer.toolbar.showEditButton = true; StiOptions.viewe...