How can I pass Connection String to report from code in ASP.Net
thanks in advance
connection string
connection string
This could b done in the following way:
Thank you.
Code: Select all
report.Compile();
(report.CompiledReport.Dictionary.Databases["NameofTheConnectionInDictionary"] as StiSqlDatabase).ConnectionString = "my connection string";
report.Render(false);
stiWebViewer1.Report = report;
connection string
Thanks for your help. Your answer solved my problem.
I have another question:
Sometimes although the report has data but in the web(ASP.Net) it shows nothing, what should I do?
Thanks in advance
I have another question:
Sometimes although the report has data but in the web(ASP.Net) it shows nothing, what should I do?
Thanks in advance
connection string
Please send a test solution to support[at]stimulsoft.com for analysis.
It is difficult to say something definite without viewing the solution.
Thank you.
It is difficult to say something definite without viewing the solution.
Thank you.