IViewServiceGetStoredViewThumbnail Method |
Gets the stored thumbnail for the view.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Stream GetStoredViewThumbnail(
Guid viewId
)
Function GetStoredViewThumbnail (
viewId As Guid
) As Stream
Stream^ GetStoredViewThumbnail(
Guid viewId
)
abstract GetStoredViewThumbnail :
viewId : Guid -> Stream
Parameters
- viewId
- Type: SystemGuid
The view ID.
Return Value
Type:
Stream
A stream containing the thumbnail data, or
if the specified view has no thumbnail.
Exceptions See Also