IResourceFileServiceGetViewThumbnail Method |
Gets a stream providing the thumbnail image for the view, or if no thumbnail is available.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Stream? GetViewThumbnail(
Guid viewId
)
Function GetViewThumbnail (
viewId As Guid
) As Stream
Stream^ GetViewThumbnail(
Guid viewId
)
abstract GetViewThumbnail :
viewId : Guid -> Stream
Parameters
- viewId
- Type: SystemGuid
The ID of the view to retrieve a thumbnail for.
Return Value
Type:
StreamA stream of the view's thumbnail image, or
if the thumbnail cannot be retrieved.
Exceptions Remarks
If the thumbnail cannot be retrieved because it has not been generated yet this will spawn a task to create the thumbnail before returning .
See Also