IResourceFileService.GetViewThumbnail Method |
Gets a stream providing the thumbnail image for the view, or null if no thumbnail is available.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxStream? GetViewThumbnail(
Guid viewId
)
Function GetViewThumbnail (
viewId As Guid
) As Stream
Stream^ GetViewThumbnail(
Guid viewId
)
abstract GetViewThumbnail :
viewId : Guid -> Stream
Parameters
- viewId
- Type: System.Guid
The ID of the view to retrieve a thumbnail for.
Return Value
Type:
StreamA stream of the view's thumbnail image, or
null 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 null.
See Also