indent property

indent property

Specifies the indentation increment for compact axis and can be used to set the Report Layout to Compact Form.

Definition:

@property
def indent(self):
    ...
@indent.setter
def indent(self, value):
    ...

See Also