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