Class PropertyPostProcessing
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Post processing configuration (mode and iteration count) for an owning object.
public class PropertyPostProcessing : DomItem
- Inheritance
-
PropertyPostProcessing
- Inherited Members
Properties
Count
Gets or sets the number of processing iterations/steps.
public string Count { get; set; }
Property Value
Mode
Gets or sets the processing mode (engine specific integer constant).
public string Mode { get; set; }