A site with the WebDesigner application may require to specify tokens. In this case, you should use the code as demonstrated below:
Copy Code
|
|
---|---|
GrapeCity.ActiveReports.Designer.create('#ar-web-designer', {
server: {
onBeforeRequest: (init) => alert(init.credentials),
}
|