IViewServiceGenerateAndStoreViewThumbnailAsync Method |
Generates a 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)
SyntaxTask GenerateAndStoreViewThumbnailAsync(
Guid viewId
)
Function GenerateAndStoreViewThumbnailAsync (
viewId As Guid
) As Task
Task^ GenerateAndStoreViewThumbnailAsync(
Guid viewId
)
abstract GenerateAndStoreViewThumbnailAsync :
viewId : Guid -> Task Parameters
- viewId Guid
- The view ID.
Return Value
TaskA task indicating when the operation has completed.
Exceptions
See Also