IResourceFileServiceGetViewThumbnail Method |
Gets a stream providing the thumbnail image for the view, or if no thumbnail is available.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxStream? GetViewThumbnail(
Guid viewId
)
Function GetViewThumbnail (
viewId As Guid
) As Stream
Stream^ GetViewThumbnail(
Guid viewId
)
abstract GetViewThumbnail :
viewId : Guid -> Stream Parameters
- viewId Guid
- The ID of the view to retrieve a thumbnail for.
Return Value
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