Update html5-viewer-telerik-rest-service.md (#1428)
* Update html5-viewer-telerik-rest-service.md * Update overview.md
This commit is contained in:
Родитель
2d9a0eab35
Коммит
ab41a76e41
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче