show_subtotal_at_top proprietà

show_subtotal_at_top proprietà

quando ShowInOutlineForm è true, visualizza i totali parziali nella parte superiore dell’elenco di elementi anziché in fondo

Osservazioni

Funziona solo quando ShowInOutlineForm è true.

Definizione:

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

Guarda anche