Seal Report Forum
»
Report Edition
»
Reports
»
Empty Report executing when called from C#
Rank: Newbie
Groups: Registered
Joined: 10/12/2021(UTC) Posts: 8
|
I designed a report and executed. Report consists of 3 tables created in seal server manager and 3 models in report designer. It works well. I need to execute the report on button click in C# code. Following is the code var form1 = $("<form method='post' target='_blank'>"); form1.attr('action', sealServer + "SWExecuteReport"); form1.append($('<input />').attr('type', 'hidden').attr('name', 'path').attr('value', '\\subsample.srex')); $('body').append(form1); form1.submit();
Report is executed but shows only empty page, no values are shown.
Pls anyone help in this. Thanks in advance.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 10/12/2021(UTC) Posts: 8
|
Iam new to seal report. I logged into the server using SWILogin but still not loading. can u help me in this? Edited by user Tuesday, November 9, 2021 7:56:41 AM(UTC)
| Reason: Not specified
|
|
|
|
Seal Report Forum
»
Report Edition
»
Reports
»
Empty Report executing when called from C#
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.