Is this a bug?

Stimulsoft Reports.WEB discussion
Post Reply
JohnW
Posts: 103
Joined: Mon Nov 20, 2017 8:29 pm

Is this a bug?

Post by JohnW »

When I create variable for a date, I want the user to enter it at the the time report is first presented. Then populate the data based on date entered.
This is part of the code used to render to the report.

Code: Select all

      
      Dim path As String = Server.MapPath("LicensePermitsBatchRPT.mrt")
      report.Load(path)
	report.Dictionary.Variables("PrintDate").RequestFromUser = True
       	Dim strConn As String = ConfigurationManager.ConnectionStrings("AGED").ConnectionString
        'Used to set connection string. 
        report.Dictionary.Databases.Clear()
        report.Dictionary.Databases.Add(New Stimulsoft.Report.Dictionary.StiSqlDatabase("MS SQL", strConn))
The images show the User input in the designer but not when the report is called by an .aspx page. Is there a setting I missed or is this a bug?



Ashampoo_Snap_Wednesday, September 27, 2023_10h18m9s_multi.jpg
Ashampoo_Snap_Wednesday, September 27, 2023_10h18m9s_multi.jpg (106.17 KiB) Viewed 6863 times
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: Is this a bug?

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
Post Reply