Gets or sets the UnitTypeEnum value that will be used to specify the resolved sizes of objects within the current document (e.g. the sizes of RenderFragment objects representing the render objects in the document).

This property cannot be changed when the document is generating (i.e. while IsGenerating returns true).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[XmlAttributeAttribute("ResolvedUnit")]
[DefaultValueAttribute(UnitTypeEnum.Document)]
public UnitTypeEnum ResolvedUnit { get; set; }
Visual Basic
<XmlAttributeAttribute("ResolvedUnit")> _
<DefaultValueAttribute(UnitTypeEnum.Document)> _
Public Property ResolvedUnit As UnitTypeEnum
	Get
	Set

Remarks

The default value for this property is UnitTypeEnum.Document.

See Also