2.2.33 Line

The Line record specifies the properties applicable to a Line in a Report.          

 Line = lineToken lineProperties ReportElementEnd


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

lineToken

lineProperties (variable)

...

reportElementEnd

...

...

lineToken (1 byte): A byte that specifies the start of the Line record. The value of the lineToken field MUST be 0x08.

lineProperties (variable): A record of type ElementProperties that specifies the properties applicable to the Line record. Each structure contained in this field MUST be one of the following.

Property  

UniqueName

Slant

ID

Name

Tooltip

Bookmark

Label

ToggleItem

Style

reportElementEnd (10 bytes): A ReportElementEnd record that marks the end of the Line record. The offset field of the ReportElementEnd record MUST specify the position of the lineToken field of the Line record in the RPL stream.