Result Limit (Object)

Member of:

Fields collection

Description:

Sets a Results limit field definition.

Example:

This example shows how to add a second Results section limit field to an existing Results section limit field programmatically:

ActiveDocument.Sections["Report"].Body.Fields["Result Limit"].Formula=" \"State\" + LocalLimitValues(\"Results\", \"State Province\",\"\",\",\")  + \"  \"+   \"City \" + LocalLimitValues(\"Results\", \"City\",\"\",\",\")"

Methods:

Layer(Value as BqLayer), Spring(Name As String), UnSpring()

Properties:

Read-write: Formula as String, HorizontalAlignment as BqHorizontalAlignment, Text as String, TextWrap as Boolean, VerticalAlignment as BqVerticalAlignment

Read-only: Name as String, Type as BqShapeType

Objects:

LineFormat object, FillFormat object, FontFormat object