ClientHierarchyLevelSortingBottomOverrides Property |
Gets the rule bottom overrides, if any.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<string> BottomOverrides { get; }Public ReadOnly Property BottomOverrides As IList(Of String)
Get
public:
property IList<String^>^ BottomOverrides {
IList<String^>^ get ();
}member BottomOverrides : IList<string> with get
Property Value
Type:
IListString
See Also