IAnnotationServiceDeleteAnnotation Method |
Deletes the specified annotation.
Namespace: Dundas.BI.Data.AnnotationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid DeleteAnnotation(
Guid annotationId
)
Sub DeleteAnnotation (
annotationId As Guid
)
void DeleteAnnotation(
Guid annotationId
)
abstract DeleteAnnotation :
annotationId : Guid -> unit Parameters
- annotationId Guid
- The annotation ID.
Exceptions
RemarksIf the annotation has any replies, they will not be deleted.
See Also