Thank you very much, I had a look and we can definitely be sure it will be unique
Msterty
@Msterty
Posts made by Msterty
-
RE: Async report Generation not assigning a reportId
-
RE: Async report Generation not assigning a reportId
Thank you for the response.
How is this entity unique Id being generated?
Can you point me to the place in code?The reason I would like to check and understand how it is being generated is because I want to ensure that this will be unique every time. I would like to not run into a situation where reports are being written over because the id is the same.
-
RE: Cannot set Blobname Parameter in RenderOptions/ReportsOptions
Hi Jan
Thank you very much I appreciate the quick response!
-
RE: Pass Azure file Storage credentials from .Net to JsReport Server instead of including storage account details in the jsreport.config file
My apologies, I see I forgot to respond.
Thank you for the clarification, much easier to include it in the instance configuration. I just wanted to know what was possible. -
Cannot set Blobname Parameter in RenderOptions/ReportsOptions
We are saving our reports to azure blob storage.
As per the documentation you should be able to set the blobName parameter.
However in the Reports Options Class there is no definition for blobName
There is also no definition for blobName in the RenderOptions class
Where can I set the blobName? Thank you for your assistance
-
Async report Generation not assigning a reportId
HI
I am having an issue with async report generation.
When I debug and check the values within Report.Meta the reportId is always null.Is this the same as the the entity unique id mentioned in the documentation?
Am I correct in saying that this would be the same Id that gets put into the AsyncReportLocation url?
I would like to use this Id to create an entry in our database.
-
Pass Azure file Storage credentials from .Net to JsReport Server instead of including storage account details in the jsreport.config file
Hi
Is it possible to pass Azure File Storage account details(connection string, password etc) from .Net to Jsreport instead of including those details in the Jsreport.config file? I would like to if possible have these details be included in the RenderAsync method to tell Jsreport to save the rendered report to Azure Storage.
Thank you for the assistance
-
RE: Recieve Location Header from RenderByNameAsync Method in .Net to check report generation status
Hi Jan
Thank you very much.
Very clear, and I was able to get the URL I was looking for. -
Recieve Location Header from RenderByNameAsync Method in .Net to check report generation status
Hi
I am having trouble receiving the URL to check the status of a report that I wish to generate Asynchronously.
I am currently using the RenderByNameAsync method in .Net to generate the report.But when I try access this url like so
it always returns null.
I am testing locally so I am using a local JSReport instance to render the report. Am I going about it the right way?
Any help would be greatly appreciated.
-
Xlsx template recipie - Error
Hi
I am having trouble with the xlsx recipie, rendering using a xlsx template.
Whenever I try to format a cell as anything other than t="inlineStr", when I open the spreadsheet it gives me the error warning attached below.
If I click recover it just changes the cell type back to inlineStr is there anything I can do to change this?
Thank you for the help :)
Contents of error xml log:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"><logFileName>error124440_02.xml</logFileName><summary>Errors were detected in file 'C:\Users\TyronFitzpatrick\Downloads\Unsuccessful Contracts Report-Excel (1).xlsx'</summary><repairedRecords><repairedRecord>Repaired Records: Cell information from /xl/worksheets/sheet1.xml part</repairedRecord></repairedRecords></recoveryLog>