Table of Contents

Property IsSize

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

IsSize

Gets a value indicating whether this child holds a size — a decimal with a unit, which RdlMeasure parses.

public bool IsSize { get; }

Property Value

bool

Remarks

Only sixteen elements in the whole schema are sizes, and they are the geometry ones. A style size such as FontSize is declared xsd:string because it may be an expression, so it is deliberately not one of them.