Search found 6 matches

by Sreejith
Wed Aug 29, 2018 4:06 am
Forum: Stimulsoft Reports.Silverlight
Topic: Applying sorting and filtering on a databand
Replies: 1
Views: 12626

Applying sorting and filtering on a databand

hello I have a report with a databand that has a filter and sort applied on it. The filter uses the 'Line' parameter to only extract 5 records out of the total set and the sorting is done on a column(eg: Revenue) The requirement is that I want the entire data to be sorted before the filter is applie...
by Sreejith
Mon Apr 30, 2018 5:29 am
Forum: Stimulsoft Reports.WEB
Topic: Report export function in web farm environment
Replies: 7
Views: 2318

Report export function in web farm environment

Hi there, We are using of stimulsoft Reports.Web v2018.1.8 using MVC. In one of our web farm environment where we have the solution deployed to multiple servers we notice an issue to export the report to pdf or to print. The report gets generated without any issue. But when user tries to export the ...
by Sreejith
Tue Jan 23, 2018 4:19 am
Forum: Stimulsoft Reports.WEB
Topic: Control editor button in report viewer
Replies: 5
Views: 2654

Re: Control editor button in report viewer

Hi HighAley, Glad to know that there is an option to do this. We are using Reports.Web v2018.1.5. Is this option not available yet? Just to confirm the usage, can I use the below code to remove the editor option from the viewer? Could you please explain the usage a bit more report.PreviewSettings = ...
by Sreejith
Sun Jan 21, 2018 10:47 pm
Forum: Stimulsoft Reports.WEB
Topic: Control editor button in report viewer
Replies: 5
Views: 2654

Re: Control editor button in report viewer

Hi Alex, Thanks for your reply. In my case, I want editor button to be displayed for certain reports and not for others. So I can't use the above option as it will disable the editor button on all reports. Is there any way I can do it using code. Something inside "GetReport" action method?...
by Sreejith
Fri Jan 19, 2018 4:12 am
Forum: Stimulsoft Reports.WEB
Topic: Control editor button in report viewer
Replies: 5
Views: 2654

Control editor button in report viewer

Hi there, We have a scenario where even if the report has got editable components, we don't want user to edit the report. But currently report viewer will display editor button when the report user is opening has got editable components. I'm using Reports.Web v2018.1.5. Is there any way I can contro...
by Sreejith
Wed Nov 29, 2017 1:05 am
Forum: Stimulsoft Reports.WEB
Topic: Json response from GetReport method
Replies: 1
Views: 1118

Json response from GetReport method

Hi everyone, I'm trying to show an info message to the user instead of showing the report. Here is the json string I'm returning back from GetReport action method. var result = new { success = false, type = "Info", text = "Info message" }; Debugging through the stimulsoft js code...