Search results
PDF

customBrandSettings

Properties

Shows or hides the link of customBrandSettings.

Defaults to false

Example

<div id="reportviewer"></div>
<script>
    $("#reportviewer").boldReportViewer(
        {
            customBrandSettings:{ hidehelplink: false }
        });
</script>

domain

string

Gets or sets the domain of the customBrandSettings.

Defaults to empty

Example

<div id="reportviewer"></div>
<script>
    $("#reportviewer").boldReportViewer({
        customBrandSettings:{
                    customdomain: 'https://help.boldreports.com'
                }  
    });
</script>

name

string

Gets or sets the name of the customBrandSettings.

Defaults to empty

Example

<div id="reportviewer"></div>
<script>
    $("#reportviewer").boldReportViewer({
        customBrandSettings:{
                    custombrandname: 'Bold Reports'
                }  
    });
</script>

Add the links to the customBrandSettings.

Defaults to empty

Example

<div id="reportviewer"></div>
<script>
    $("#reportviewer").boldReportViewer(
        {
            customBrandSettings:{
                customlinks: [{
                            name: 'ESLicenseMessage',
                            url: '/licensing/license-token/',
                        }]
            }
        });
</script>
Contents
Having trouble getting help?Contact Support
Contents
Having trouble getting help?Contact Support