MVC Online Designer issues
Hello,
I'm trying to use the MVC Online Report Designer, but I keep getting an error.
There is a bit of Javascript in the HTML file:
return function(app) {
var uuid = utils.getUrlParameter('uuid'),
demo = utils.getUrlParameter('demo'),
url;
In my case the uuid value is ReportFileName+some long number, e.g. GetAllClients632455663343434.
And it cannot find the report by this uuiD.
The resource that fails to load is : /FastReport.Export.axd?getReport=GetAllClients632455663343434&v=cf82tukk6aia9neq7u8fr
Failed to load resource: the server responded with a status of 404 (Not Found)
Is this what should go in? The documentation is very sparse.
Thanks.
I'm trying to use the MVC Online Report Designer, but I keep getting an error.
There is a bit of Javascript in the HTML file:
return function(app) {
var uuid = utils.getUrlParameter('uuid'),
demo = utils.getUrlParameter('demo'),
url;
In my case the uuid value is ReportFileName+some long number, e.g. GetAllClients632455663343434.
And it cannot find the report by this uuiD.
The resource that fails to load is : /FastReport.Export.axd?getReport=GetAllClients632455663343434&v=cf82tukk6aia9neq7u8fr
Failed to load resource: the server responded with a status of 404 (Not Found)
Is this what should go in? The documentation is very sparse.
Thanks.