Skip to content

Commit

Permalink
Update html5-viewer-telerik-rest-service.md (#1428)
Browse files Browse the repository at this point in the history
* Update html5-viewer-telerik-rest-service.md

* Update overview.md
  • Loading branch information
todorarabadzhiev authored Jul 4, 2024
1 parent 2d9a0ea commit ab41a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ It is possible to leverage the 2-step Authentication mechanism above to retrieve
## Supported developer platforms

* .NET Framework 4.0 and above
* .NET Core 2.0 and above
* .NET 5 and above
* .NET Framework 4.6.2 and above
* .NET 6 and above
* .NET Standard 2.0 and above

## See Also
Expand Down
2 changes: 1 addition & 1 deletion embedding-reports/html5-viewer-telerik-rest-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The created cache records expiration period, as well as other service settings,

Important cache management-related properties of the IReportServiceConfiguration:

* __[ClientSessionTimeout](/api/Telerik.Reporting.Services.IReportServiceConfiguration#Telerik_Reporting_Services_IReportServiceConfiguration_ClientSessionTimeout) property__ Gets or sets a value in minutes indicating how long a client(viewer) session will be preserved in the service storage after the last interaction initiated by this client. When this timeout expires, operations with the viewer will not be possible - there must be registered a new client(viewer). The entries of expired clients are removed automatically when a new HTML5 Viewer(client) is registered in the cache storage.
* __[ClientSessionTimeout](/api/Telerik.Reporting.Services.IReportServiceConfiguration#Telerik_Reporting_Services_IReportServiceConfiguration_ClientSessionTimeout) property__ Gets or sets a value in minutes indicating how long a client(viewer) session will be preserved in the service storage after the last interaction initiated by this client. When this timeout expires, operations with the viewer will not be possible - there must be registered a new client(viewer). The entries of expired clients are removed automatically when a new HTML5 Viewer(client) is registered in the cache storage. The value should be positive. The zero (`0`) value is invalid.
* __[ReportSharingTimeout](/api/Telerik.Reporting.Services.IReportServiceConfiguration#Telerik_Reporting_Services_IReportServiceConfiguration_ReportSharingTimeout) property__ Gets or sets a value in minutes indicating how long a rendered report document from a client will be available to be reused, by the current and other clients which request the same report document. Two report documents are considered the same when they both comply with the following conditions:
+ Use the same Report definition. For example, the same TRDP report file;
+ Use the same [Report Parameter]({%slug telerikreporting/designing-reports/connecting-to-data/report-parameters/overview%}) values;
Expand Down

0 comments on commit ab41a76

Please sign in to comment.