XMLExcelReport_RU.insertValueToSectionNoOverflow Method [AX 2012]
Inserts a value into the document, preventing height overflow.
protected void insertValueToSectionNoOverflow(
Bookmark _bookmark,
anytype _value,
[real _fontSizeReductionStep])
Run On
CalledParameters
- _bookmark
- Type: Bookmark Extended Data Type
An Excel bookmark where the value should be inserted.
- _value
- Type: anytype
A string value to insert.
- _fontSizeReductionStep
- Type: real
A negative real value that determines the size of each step that is used to reduce the font size.
Community Additions
ADD
Show: