RequestOverridesDataIsTimeMemberSharingEnabled Property |
Gets or sets a value indicating whether hierarchy shared members should be combined or not for the purpose of visualization.
The standard example is to combine Week 53 of any given year with Week 01 of the subsequent year.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "isTimeMemberSharingEnabled")]
public bool IsTimeMemberSharingEnabled { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "isTimeMemberSharingEnabled")>
Public Property IsTimeMemberSharingEnabled As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"isTimeMemberSharingEnabled")]
property bool IsTimeMemberSharingEnabled {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "isTimeMemberSharingEnabled")>]
member IsTimeMemberSharingEnabled : bool with get, set
Property Value
Type:
BooleanSee Also