Part one:
Thank you, I've modified my report a bit, now DB name is in connection string (SQL Connection object). Modified report is attached.
Part two.
As you said, I've created my custom "options.xml" file in folder "C:\Program Files (x86)\Stimulsoft Reports.Net 2014.1 Trial\Bin\"
Now, each time I run "Designer.exe" application, I have error: Please note, I run "C:\Program Files (x86)\Stimulsoft Reports.Net 2014.1 Trial\Bin\Designer.exe" , not Demo application.
Demo application works fine.
Path three
My test data is a stored proc (SP) on MS SQL Server 2008 R2.
Here it is:
Code: Select all
CREATE PROCEDURE [dbo].[ReportHeaderInfo2]
@SecurityToken bigint
as
begin
select 'SomeName 1' as RootPointName, 'SomeName 2' as MainParameterName
end
GO
But the problem is, my real SP expects parameter "SecurityContext" to be null.
So, when I check some strange checkbox (marked red on the picture) and press "Submit" button, designer.exe is crashed. Part four
I'm unable to press button "Retrieve Columns" in Datasource properties for attached report.
When I press this button, I have an error (please note, option "KeysOnly" is saved to "options.xml" file, as you suggested).