C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RefreshModeEnum Enumeration

RefreshModeEnum Enumeration
Describes the data and expressions refresh mode during document generation.
Syntax
'Declaration
 
Public Enum RefreshModeEnum 
   Inherits System.Enum
 
Members
MemberDescription
NoRefreshNeither expressions nor data are refreshed. Note that if the document has not yet been generated, this mode is ignored (i.e. data is refreshed and expressions are calculated).
RefreshCalculatedValuesExpressions that do not reference data sources are recalculated, but data is not refreshed. Note that if the document has not yet been generated, this mode is ignored (i.e. data is refreshed).
RefreshDataBindingData is refreshed, all expressions are recalculated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.RefreshModeEnum

See Also