service DataPilotSourceLevel in module com::sun::star::sheet::

(Global Index)

Syntax

service DataPilotSourceLevel;

Description

a level in a data pilot source.

Exported Interfaces

com::sun::star::container::XNamed

Description

specifies the name of the object.


com::sun::star::sheet::XMembersSupplier

Description

gives access to members.


com::sun::star::sheet::XDataPilotMemberResults

Description

gives access to member results.


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


Property Summary

SubTotals specifies the subtotals that are inserted for the level.

ShowEmpty specifies if empty members are shown.

Property Details



SubTotals

Syntax

sequence< com::sun::star::sheet::GeneralFunction > SubTotals;

Description

specifies the subtotals that are inserted for the level.


ShowEmpty

Syntax

boolean ShowEmpty;

Description

specifies if empty members are shown.

Top of Page