I have the same error
Posts made by Jose David Alvarez
-
RE: Digital Sign
I am using c # mvc and to render the reports I use as follows
ReportingService _reportingService; string server = Environment.MachineName; _reportingService = new ReportingService ("http: // jsreport-host /", "username", "password"); var report = await _reportingService .RenderAsync ("shortid", new { personalDTO, pediatricsDTO, Pathology }); FileStreamResult result = new FileStreamResult (report.Content, report.ContentType.MediaType);
In what part do I add the object of the digital signature ?.
-
Digital Sign
I want to know if it is possible to put the digital sign when i send to render my report
-
JSREPORT it recharges every second and does not let me edit
while I'm trying to edit the information the jsreport is automatically recharged and I can not do anything my changes are deleted
-
RE: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
This error appears when Im going to render my report
-
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
HELP IT APPEARS THIS ERROR An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full
-
RE: Refund
the license should be without - like this xxxxxxxx or like this xxx-xxxx-xxx-xxx
-
RE: Refund
I alredy set the license like you talk me but still appears the trial message in my VM, I have to restart my virtual machine or what can I do to apply the license
-
RE: Refund
I have to put the license here ?
module.exports = {
'name': 'licensing',
'main': 'lib/licensing.js',
'optionsSchema': {
'license-key': { XXXXXXXXXXXXXXXXXXXXXXXXX }, -
RE: Refund
I want to apply with this method -Filled in the configuration file in the property license-key, or licenseKey
but I want to know how to put the license here in jsreport.config.json -
Refund
I want to buy the enterprise license per year, but I would like to know how much time I have to cancel my purchase in case I can not set the license in my virtual machine
-
jsreport with azure
I have my linux server in Microsoft Azure, I believe it through this tutorial. https://jsreport.net/blog/render-reports-using-azure-app-service
at the time of placing in my code
var report = await _reportingService
.RenderAsync ("S1J03lT6W", new
{I get the following error The interruption of an existing connection has been forced by the remote host
-
My images dissapear
In the jsreportonline you have a folder images but these are no longer found, when I enter https://jsreportonline-test.net with my account if I see the images and the folder What should I do?