Page

Use the "page" element to define the default layout of all pages in your report. You cannot only control how they look like by defining

but also

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "page": {
                "*": {
                    "settings": [{
                        "allowUseAsTooltip": false,
                        "allowQnA": false
                    }],
                    "background": [{
                        "show" : "true",
                        "color": { "solid": { "color": "#000000" } },
                        "transparency": 0,
                        "image": { "name": "", "url": "", "scaling": "Normal" }
                    }],
                    "outspace": [{
                        "color": { "solid": { "color": "#1B2631" } },
                        "transparency": 0
                    }],
                    "displayArea": [{
                        "type": "16:9",
                        "height": 720,
                        "width": 1280,
                        "verticalAlignment": "Middle"
                    }]
                }
            }
        }
    }
}

Settings

Make sure to have no visual selected.

Page Settings.png

Related