2.3.6 Label

The Label property specifies a label for a ReportItem, TextRun, or Action record. If the Label property is specified, it MUST be part of a ReportItem.ElementProperties, TextRun.ElementProperties, or Action record.          

 Label = labelStart labelValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

labelStart

labelValue (variable)

...

labelStart (1 byte): A byte that specifies the start of the Label property. The value of the labelStart field MUST be one of the following values.

Value

Parent

0x03

ElementProperties.InlineSharedElementProperties for ReportItem

ElementProperties.NonSharedElementProperties for ReportItem

0x04

Action

0x08

ElementProperties.InlineSharedElementProperties for TextRun

ElementProperties.NonSharedElementProperties for TextRun

labelValue (variable): A String variable that specifies a user-friendly label for the record.