IViewServiceSaveReportAsScorecard Method |
Namespace: Dundas.BI.Entities.Views
Guid SaveReportAsScorecard( Guid viewId, Guid targetId, string newName, EntryCreationOptions options )
| Exception | Condition |
|---|---|
| ArgumentException | viewId is Empty. -or- targetId is Empty. -or- newName is empty, only consists of whitespace, or contains invalid characters. |
| InvalidSessionException | The caller context is not associated with a valid session. |
| NoPrivilegeException | The caller does not have the Read privilege on the view. -or- The session does not have the privilege to create a scorecard. |
| NotFoundException | The entity with the specified ID does not exist. |