logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
dayanand  
#1 Posted : Wednesday, January 8, 2020 5:23:10 AM(UTC)
dayanand

Rank: Newbie

Groups: Registered
Joined: 1/8/2020(UTC)
Posts: 0
India

We created a seal report using seal report designer tools and this report calling from c# code and tried to created report.
we have used the SQL Server database to generate reports.

for reference please below code :

Repository repository = Repository.Create();
Report report = Report.LoadFromFile(@"C:\ProgramData\Seal Report Repository\Reports\Temp\Cases_by_priority.srex", repository);

ReportExecution execution = new ReportExecution() { Report = report };
execution.Execute(); ;
while (report.IsExecuting) System.Threading.Thread.Sleep(100);
string result = execution.GenerateHTMLResult();

in which code we are trying to pass a parameter to seal the report using this code.
this parameter will be use as a filter in the SQL query that already in the seal report.

thanks in advance.
epf  
#2 Posted : Wednesday, January 8, 2020 8:00:47 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 205 time(s) in 198 post(s)
Please check https://sealreport.org/Recipes#lineIntegration_1
There is a new part with a report restriction.
DharanGokul  
#3 Posted : Friday, April 15, 2022 1:54:25 PM(UTC)
DharanGokul

Rank: Newbie

Groups: Registered
Joined: 4/7/2022(UTC)
Posts: 4
Man
India
Location: Erode

Thanks: 1 times
Thank you
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.