[]
        
(Showing Draft Content)

Update Security Token in Designer Service

A site with the WebDesigner application may require to specify tokens. In this case, you should use the code as demonstrated below:

GrapeCity.ActiveReports.Designer.create('#ar-web-designer', {
    server: {
        onBeforeRequest: (init) => alert(init.credentials),
    }