Search found 6302 matches

by Lech Kulikowski
Mon Mar 30, 2020 12:51 pm
Forum: Stimulsoft Reports.WEB
Topic: Creating a table with dynamic columns
Replies: 3
Views: 1365

Re: Creating a table with dynamic columns

Hello,

In that case, you can use Cross-Table or Cross-Data component. For example, you can find a sample at the following topic:
viewtopic.php?f=13&t=58674

Thank you.
by Lech Kulikowski
Mon Mar 30, 2020 12:44 pm
Forum: Stimulsoft Reports.JS
Topic: Getting the total number of pages
Replies: 4
Views: 1909

Re: Getting the total number of pages

Hello,

You should call the render() method fo the report.

Thank you.
by Lech Kulikowski
Mon Mar 30, 2020 12:13 pm
Forum: Stimulsoft Reports.WEB
Topic: Cross Tab from Cross Components
Replies: 4
Views: 1658

Re: Cross Tab from Cross Components

Hello,

Please check the modified report.

Thank you.
by Lech Kulikowski
Mon Mar 30, 2020 11:04 am
Forum: Stimulsoft Dashboards.JS
Topic: about parametersPanelColumnsCount
Replies: 1
Views: 1643

Re: about parametersPanelColumnsCount

Hello, It should break to columns after 5 variables. As a workaround, you can use the following code: <cc2:StiWebViewer ID="StiWebViewer1" runat="server" ParametersPanelColumnsCount="2" /></cc2:StiWebViewer> <script> //where jsStiWebViewer1 -> "js" + Viewer ID...
by Lech Kulikowski
Mon Mar 30, 2020 10:21 am
Forum: Stimulsoft Reports.JS
Topic: Designer Preview & Viewer running SQL twice
Replies: 5
Views: 1877

Re: Designer Preview & Viewer running SQL twice

Hello,

Please send us a sample report with test data for analysis.

Thank you.
by Lech Kulikowski
Mon Mar 30, 2020 9:11 am
Forum: Stimulsoft Reports.WEB
Topic: how to hide "Reset" button in "Request From User" variable form
Replies: 9
Views: 3187

Re: how to hide "Reset" button in "Request From User" variable form

Hello, Please try to check the following code: viewer.jsObject.oldInitializeParametersPanel = viewer.jsObject.InitializeParametersPanel; viewer.jsObject.InitializeParametersPanel = function () { viewer.jsObject.oldInitializeParametersPanel(); if (viewer.jsObject.controls.parametersPanel) { viewer.js...
by Lech Kulikowski
Mon Mar 30, 2020 8:11 am
Forum: Stimulsoft Reports.NET
Topic: Storage and persistence of changes to design interface
Replies: 3
Views: 1393

Re: Storage and persistence of changes to design interface

Hello,

All these settings are stored in browser cookies. If you need reset it - you can remove cookies for that web site.

Thank you.
by Lech Kulikowski
Mon Mar 30, 2020 8:08 am
Forum: Stimulsoft Reports.NET
Topic: 求助:自定义Oracle适配器问题
Replies: 13
Views: 4592

Re: 求助:自定义Oracle适配器问题

Hello,

> I have the sane question.I think the reason is the "ReferencedAssemblies" in mrt file not inculde your dll.Hope can help you.

Yes, you should add your assembly in ReferencedAssemblies, it not added to that property automatically.

Thank you.
by Lech Kulikowski
Fri Mar 27, 2020 11:42 am
Forum: Stimulsoft Reports.JS
Topic: CountData property not working
Replies: 2
Views: 1213

Re: CountData property not working

Hello,

Thank you for the information.