ClassTotalFormat
Class
A base class for all total formats. For internal use. Please refer to one of the SingleTotalFormat or SiblingTotalsFormat instead.
Definition
Namespace:Telerik.Pivot.Core.Totals
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
[DataContract]
public abstract class TotalFormat : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable
Inheritance: objectCloneableSettingsNodeTotalFormat
Derived Classes:
Implements:
Inherited Members
Methods
GetStringFormat(Type, string)
Gets a string format suitable to form the produced AggregateValues by this TotalFormat.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string", Justification = "Design choice.")]
public virtual string GetStringFormat(Type dataType, string stringFormat)
Parameters
dataType
The type of the data items.
stringFormat
A string format selected by other means. You may keep or discard it.
Returns
A string.