2.2.73 ReportElementEnd

The ReportElementEnd record specifies the end of a variable size record.          

 ReportElementEnd = elementEnd offset delimiter 


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

elementEnd

offset

...

...

delimiter

elementEnd (1 byte): A byte that specifies the start of the ReportElementEnd record. The value of this byte field MUST be 0xFE.

offset (8 bytes): A signed integer that points to the start of a record in the RPL stream. The record that is identified by the offset field depends on the record type that the ReportElementEnd record ends. The variable size records MUST be one of the following.

Record type

Offset points to BodyAreaElement

Report

offsetsArrayElement

PageContent

measurements

SimpleSection

measurements

MixedSection

measurements

BodyAreaElement

measurements

PageHeaderElement

measurements

PageFooterElement

measurements

BodyElement

measurements

Line

lineToken

Image

imageToken

Chart

chartToken

GaugePanel

gaugePanelToken

Map

mapToken

Rectangle

measurements

SubReport

measurements

RichTextBox

richTextBoxStructureStart

Tablix

tablixStructureStart

delimiter (1 byte): A byte that specifies the end of the ReportElementEnd record. The value of the delimiter field MUST be 0xFF.