Table of Contents

Interface IDomItemWithOutputFormatter

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Defines a DOM item that owns an output formatter determining how its value is rendered (e.g. number, date, currency, percentage formatting).

public interface IDomItemWithOutputFormatter

Properties

OutputFormatter

Gets the output formatter definition controlling textual representation of the item's value. The formatter may be replaced or its properties adjusted to influence runtime formatting.

PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase