Search found 14 matches

by compuaid
Sat Feb 24, 2024 8:29 pm
Forum: Stimulsoft Reports.WEB
Topic: Using the Report Viewer with .Net Core 8 and WiseJ.Net
Replies: 1
Views: 753

Using the Report Viewer with .Net Core 8 and WiseJ.Net

I am trying to integrate the web viewer and web designer inside an AspNetControl in WiseJ.Net 3.5. The target frameworks are automatically set up by the Wisej template as 4.7 and .Net 8.0. When I try to use the StiWebViewer reference in my code I get a message in Visual Studio that the StiWebViewer ...
by compuaid
Sun Nov 26, 2023 11:58 am
Forum: Stimulsoft Reports.JS
Topic: Unable to use Running Totals in Interpretation Mode
Replies: 3
Views: 1961

Re: Unable to use Running Totals in Interpretation Mode

Hi Max,

If you could customize the report I provided for JS I would appreciate it. I can learn from your technique and incorporate it again should we need the equivalent of running sums in other reports.

Thanks!

Brad
by compuaid
Wed Nov 22, 2023 4:15 pm
Forum: Stimulsoft Reports.JS
Topic: Unable to use Running Totals in Interpretation Mode
Replies: 3
Views: 1961

Unable to use Running Totals in Interpretation Mode

We have a complex report that we need to get running totals in a Footer for different groups. What is happening is the running totals show up when running in compilation mode but in interpretation mode (required for .JS) the fields show up as blanks. I have attached our report with sample data in th...
by compuaid
Tue Sep 26, 2023 3:25 pm
Forum: Stimulsoft Reports.JS
Topic: Setting Top and Left Margin at Runtime for PDF
Replies: 3
Views: 6920

Re: Setting Top and Left Margin at Runtime for PDF

Lech - I looked at the code in the sample but what I want to do is take a report that we create in the Designer and then allow the user to modify the top and left margins at runtime to shift the entire report slightly left or right and up or down so that their individual printer aligns the text boxe...
by compuaid
Wed Sep 20, 2023 7:17 pm
Forum: Stimulsoft Reports.JS
Topic: Setting Top and Left Margin at Runtime for PDF
Replies: 3
Views: 6920

Setting Top and Left Margin at Runtime for PDF

We have a situation where we need to allow users to print W-2s on IRS pre-printed and approved paper. We would like to be able to offer users the option to modify the top and left margins of the PDF report at runtime to make minor adjustments to where the fields land on the form depending on their p...
by compuaid
Wed May 17, 2023 12:54 pm
Forum: Stimulsoft Reports.JS
Topic: Setting the default CSV Separator for exports
Replies: 2
Views: 563

Re: Setting the default CSV Separator for exports

I found the answer to this using ChatGPT! Here is the code it provided: // Create an instance of the CSV export settings var csvSettings = new Stimulsoft.Report.Export.StiCsvExportSettings(); // Set the separator character to a comma(,) csvSettings.separator = ','; // Assign the CSV export settings ...
by compuaid
Tue May 16, 2023 9:10 pm
Forum: Stimulsoft Reports.JS
Topic: Setting the default CSV Separator for exports
Replies: 2
Views: 563

Setting the default CSV Separator for exports

Is there a way in Stimulsoft Reports.JS to set the default CSV separator to comma rather than semi-colon? We would like for our users to not have to remember to change the setting to a comma when they choose to export Data from the Stimulsoft Viewer.
by compuaid
Tue May 16, 2023 9:08 pm
Forum: Stimulsoft Ultimate
Topic: Master - Detail with Stored Procedures
Replies: 3
Views: 8388

Re: Master - Detail with Stored Procedures

Has there been any progress on getting the "ReconnectOnEachRow" feature working in Stimulsoft JS when using Stored Procedures for both the Master and Child bands? We are still unable to produce Master - Detail reports with stored procedures when running Stimulsoft.js in the JavaScript view...
by compuaid
Wed Mar 29, 2023 12:05 pm
Forum: Stimulsoft Ultimate
Topic: Master - Detail with Stored Procedures
Replies: 3
Views: 8388

Master - Detail with Stored Procedures

I'm trying to create a Master - Detail report with two data sources. Both are stored procedures. In the Master source I have a field "Master.BudgetPK". I want to use this as a parameter for the detail band to call the stored procedure to retrieve the child records. I have tried setting the...
by compuaid
Tue Mar 21, 2023 1:32 pm
Forum: Stimulsoft Reports.JS
Topic: Adding drop shadows to fonts
Replies: 3
Views: 855

Re: Adding drop shadows to fonts

Hi Max - okay, so reading the supported tags it looks like text-shadow is not currently implemented or supported. I would like to add that as a feature request. It would allow for some very nice styling options in HTML5 to use for things like header text and titles.