IProjectServiceSetDefaultTimeDimension Method |
Sets the default time dimension to use for a project.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid SetDefaultTimeDimension(
Guid projectId,
Guid? defaultTimeDimensionId
)
Sub SetDefaultTimeDimension (
projectId As Guid,
defaultTimeDimensionId As Guid?
)
void SetDefaultTimeDimension(
Guid projectId,
Nullable<Guid> defaultTimeDimensionId
)
abstract SetDefaultTimeDimension :
projectId : Guid *
defaultTimeDimensionId : Nullable<Guid> -> unit Parameters
- projectId Guid
- The ID of the project.
- defaultTimeDimensionId NullableGuid
- The ID of the time dimension, or to use the global default.
Exceptions
Remarks
The caller is allowed to set the default time dimension on a project if any one of the following is true:
- The caller is a system administrator.
- The caller is a tenant administrator and the specified project belongs to the caller's tenant.
- The specified project is a User Project owned by the caller.
- The caller has the FullControl privilege on the specified project.
See Also