8afc22586bb7ec86ed975db5d471da76e1f91c6f
API/CodeSamples/VisualizationBaseUrl.md
| ... | ... | @@ -6,10 +6,10 @@ |
| 6 | 6 | **Data Type:** string |
| 7 | 7 | **Accepted Values:** URL locations |
| 8 | 8 | **Default value:** string.Empty |
| 9 | -**Impacted Features:** Report Designer Chart Tab |
|
| 10 | -**Purpose:** Gets or sets the base URL of the site in image references for Visualizations on the Chart tab of the Report Designer. |
|
| 11 | -**Usage:** This setting is used to ensure that the image files are located by the application for Visualizations on the Chart tab of the Report Designer. A typical use case is a multi-tenant application, where the Izenda URL changes based on tenant (i.e. tenant alpha sees URL "http://www.mysite.com/alpha/ReportList" and tenant beta sees "http://www.mysite.com/beta/ReportList"). |
|
| 12 | -**Caveats:** This setting should not be used in the typical integration. Only use when Visualization images do not appear in the Chart tab of the Report Designer (see screenshots below). |
|
| 9 | +**Impacted Features:** Report Designer Chart Tab |
|
| 10 | +**Purpose:** Gets or sets the base URL of the site in image references for Visualizations on the Chart tab of the Report Designer |
|
| 11 | +**Usage:** This setting is used to ensure that the image files are located by the application for Visualizations on the Chart tab of the Report Designer. A typical use case is a multi-tenant application, where the Izenda URL changes based on tenant (i.e. tenant alpha sees URL "http://www.mysite.com/alpha/ReportList" and tenant beta sees "http://www.mysite.com/beta/ReportList") |
|
| 12 | +**Caveats:** This setting should not be used in the typical integration. Only use when Visualization images do not appear in the Chart tab of the Report Designer (see screenshots below) |
|
| 13 | 13 | |
| 14 | 14 | ##Code Samples |
| 15 | 15 | ###Global.asax (C♯) |