Interface IRVFormattingProvider

The interface that must be implemented and set to FormattingProvider in order to format the different data in dashboards. See 'Formatting Service' in the developer guide for more information.

Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public interface IRVFormattingProvider

Methods

GetFormattingService()

Returns the formatting service that will be used to format dashboard data.

Declaration
RVBaseFormattingService GetFormattingService()
Returns
Type Description
RVBaseFormattingService

Implementation of RVBaseFormattingService interface