StiConditionHelper Class

Namespace: Stimulsoft.Report.Components

Class helps apply style with name to component.

Inheritance

Inherits from: StiFilter

Methods

Method Returns Description
Apply static void Apply formatting which specifed in condtition to component.
ApplyFont static void  

Method Details

Apply static

Apply(comp: object, styleName: string): void

Apply formatting which specifed in condtition to component.

Parameters

  • comp (object)
  • styleName (string)

ApplyFont static

ApplyFont(component: object, font: Font, perms: StiConditionPermissions): void

Parameters