Hello
I am attempting to run the BlazorGridAndReport example from your github repo. It compiles and runs, but I get the yellow bar of death at the bottom of the app once the page loads.The api portion of the app does seem to work. Dev tools does not show any useful information just "Error: the circuit failed to initailize". I have tried updating all the telerik nuget also and that did not make a difference. Any ideas?
I have inserted a picture below to show if I // the report view and run it, it's working as per the second picture, but if I enable the same two line marked in red, then I get an error in the paging number.
Paging number working no issue if I disable the reportviewer as per the second picture.
If I enable the reportviewer then I get the following error - paging number is not showing.
Recently we have noticed that we're having this error on our Live site "The source of the report definition has not been specified." but working on local.
Were still using file version 9.2.15.1105 for both Telerik.Reporting.dll and Telerik.ReportViewer.WebForms.dll.
No code changes or whatsoever.
Any ideas why this happen?
Hi all, I can preview my report in Telerik Report Designer tool, but when I integrate and run the MVC project in Visual Studio, it says "no page to display"... There are no error messages.
Any help would be appreciated,
Thanks!
Hello All,
From URL https://docs.telerik.com/reporting/knowledge-base/display-web-report-designer-in-angular-application
I have downloaded angular application. I have run the application, but while loading application in browser one ajax request is failing
https://demos.telerik.com/reporting/api/reportdesigner/reports/Product%20Catalog.trdp/
getting below error
Getting error : Could not find file 'C:\\Telerik\\WebSites\\demos.telerik.com\\reporting\\Reports\\Product Catalog.trdp'
Has anyone faced issue regarding this?
Thanks
When I start the telerik report designer I get this error message:
Clicking ok opens the designer but in the main screen I see:
Telerik.Reporting.Xml.XmlSerializerExcepion: An error has occurred during xml serialization. The xml serializer cannot resolve type with name: Report
at Telerik.Reporting.Xml.ObjectXmlReader.ReadXmlElement(String name)
at Telerik.Reporting.Xml.ObjectXmlReader.Deserialize()
at Telerik.ReportDesigner.Packages.ReportDesigner.Serialization.ReportDesignerLoader.ReadReport()
at Telerik.ReportDesigner.Packages.ReportDesigner.Serialization.ReportDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
I don't think this error is related with a particular report because it shows every time I open the software.
I used the designer just few days ago and worked perfectly, what can I do? Thanks

hi,
I have a question about Line chart. When all the data values are zero, the line is drawing at the axis line. I would like to adjust the axis line to less than zero automatically for this case. I have attached the existing and expected screenshots.
How to set the Y axis scale minimum value to less than zero when all the data value are zero.
Thanks in advance
Hi
I'm developing an WPF app that imports trdx file, serializes to a report object, set an ObjectDataSource and generate (using RenderReport method) to pptx file.
The trdx file contains a subreport with the same DataSource but different DataMember. The DataMember of the subreport get an input from the a report parameter (=Parameters.Param1.Value). The subreport parameter filled by the main report (Param1 =Fields.Id).
For example, for each order in the report, the subreport get its ID as parameter and returns all its order details.
In the generated report (pptx) I see all the reports data but the subreport data is empty. How should I set the DataSource, DataMember and Paramerters of the subreport correctly?
Thanks
Michal