If you became a customer of the Syncfusion� Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion� Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion�.

For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.

Thank you for choosing Syncfusion� for your reporting needs.

I'm Installing Designer for Blazor,

I'm follow indications 
when Run app

send me

Microsoft.JSInterop.JSException: 'Cannot read property 'processOperator' of undefined
TypeError: Cannot read property 'processOperator' of undefined
    at new t.Predicate (https://cdn.boldreports.com/2.4.19/scripts/common/bold.reports.common.min.js:10:85380)
    at t.Query.where (https://cdn.boldreports.com/2.4.19/scripts/common/bold.reports.common.min.js:10:44820)
    at Object._menuTemplate (https://cdn.boldreports.com/2.4.19/scripts/common/bold.report-designer-widgets.min.js:10:368504)
    at Object._generateItemTemplate (https://cdn.boldreports.com/2.4.19/scripts/common/bold.report-designer-widgets.min.js:10:367632)
    at Object._generateTemplate (https://cdn.boldreports.com/2.4.19/scripts/common/bold.report-designer-widgets.min.js:10:367407)

3 Replies 1 reply marked as answer

MS Muthuramana Sankaranarayanan Syncfusion Team March 29, 2021 08:39 AM UTC

Hi Fernando, 

We checked the reported issue and we were able to reproduce it from our end. We will further check for the cause with our source and shared details for this on today. 

Regards, 
Muthu Ramana S 



MS Muthuramana Sankaranarayanan Syncfusion Team March 30, 2021 03:52 AM UTC

Hi Fernando, 

We checked the issue and found that this issue occurred due to wrong script reference order. Please find the difference between wrong and correct order. We suggest you to use correct order of the scripts in order for you to get this issue resolved at your end. 

Wrong order 
Correct order 
    <script src="https://cdn.boldreports.com/external/jquery-1.10.2.min.js" type="text/javascript"></script> 
    <script src="https://cdn.boldreports.com/external/jsrender.min.js" type="text/javascript"></script> 
 
    <!--Used to render the chart item. Add this script only if your report contains the chart report item.--> 


    <!--Used to render the gauge item. Add this script only if your report contains the gauge report item. --> 

    <!--Used to render the map item. Add this script only if your report contains the map report item.--> 


    <!-- Report Designer component script--> 

    <!-- Blazor interop file --> 
    <script src="~/scripts/boldreports-interop.js"></script> 

    <!--Used to render the gauge item. Add this script only if your report contains the gauge report item. --> 

    <!--Used to render the map item. Add this script only if your report contains the map report item.--> 

    <script src="https://cdn.boldreports.com/external/jquery-1.10.2.min.js" type="text/javascript"></script> 
    <script src="https://cdn.boldreports.com/external/jsrender.min.js" type="text/javascript"></script> 
 
    <!--Used to render the chart item. Add this script only if your report contains the chart report item.--> 

    <!-- Report Designer component script--> 

    <!-- Blazor interop file --> 
    <script src="~/scripts/boldreports-interop.js"></script> 


We noticed that the getting started documentation was also pointing wrong script order reference. We have already made the corrections and it will be published to live on today. 

Regards, 
Muthu Ramana S 



MS Muthuramana Sankaranarayanan Syncfusion Team March 31, 2021 12:41 PM UTC

Hi David, 

We have made the corrections for this in the documentation and updated to live. Please find published link from below, 

Regards, 
Muthu Ramana S 


Marked as answer
Loader.
Up arrow icon