2.3.12 ConsumeContainerWhiteSpace (RPL 10.6)

Applies to RPL version 10.6

The ConsumeContainerWhiteSpace property specifies the growth behavior for items within containers that have trailing white space after the last item in the container. The ConsumeContainerWhiteSpace property controls whether the trailing white space is preserved as the items grow or whether the trailing white space is consumed by the growth of the items. If the ConsumeContainerWhiteSpace is specified, it MUST be part of a ReportProperties record. If the ConsumeContainerWhiteSpace property is not specified, the default value is used.

 ConsumeContainerWhiteSpace = consumeContainerWhiteSpaceStart consumeContainerWhiteSpaceValue
  


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

consumeContainerWhiteSpaceStart

consumeContainerWhiteSpaceValue

consumeContainerWhiteSpaceStart (1 byte): A byte that specifies the start of the ConsumeContainerWhiteSpace property. The value of the ConsumeContainerWhiteSpaceStart field MUST be the following value.

Value

Parent

0x32

ReportProperties

consumeContainerWhiteSpaceValue (1 byte): A byte that specifies the trailing white space item growth behavior of the ReportProperties record. The default value is 0x00. The value of the consumeContainerWhiteSpaceValue field MUST be one of the following values.

Value

Meaning

0x00

False. The space is preserved.

0x01

True. The space is consumed.