ActiveReports 18 .NET Edition
Developers / Create Applications / WebDesigner Application / Update Security Token in Designer Service
In This Topic
    Update Security Token in Designer Service
    In This Topic

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

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