DataCompositionAppearanceTemplate

Collection elements:

DataCompositionParameterValue
Iteration through collection using For each ... In ... Do operator is available to object. Values of parameters are retrieved during iteration.
Access to value of parameter is possible using [...] operator. Index (starting from 0) is passed as an argument.

Methods:

Add
Clear
Count
Delete
Find
Get
IndexOf
Insert

Constructors:

Default

Description:

Collection of appearance template areas. The collection is implemented as parameter values. Parameter name is an area name. Area name is a predefined string from the area list. Parameter value is DataCompositionAppearanceTemplateArea type object.
List of areas:
1. GroupHeader - area of group header;
2. GroupFooter - area of list group footer;
3. HierarchicalGroupHeader - area of hierarchical group header;
4. HierarchicalGroupFooter - area of hierarchical group footer;
5. ListGroupHeader - area of list group header;
6. LsitGroupFooter - area of list group footer;
7. ListHierarchicalGroupHeader - header area of hierarchical group of a list;
8. ListHierarchicalGroupFooter - footer area of hierarchical group of a list;
9. ColumnGroupHeader - header area of a table column;
10. ColumnGroupFooter - footer area of a table column;
11. ColumnHierarchicalGroupHeader - header area of a hierarchical table column;
12. ColumnHierarchicalGroupFooter - footer area of a hierarchical table column;
13. Detail - area of detailed records. For this area the level value must always be 0;
14. ListDetail - area of detailed list records. For this area the level value must always be 0;
15. ResourcesGroupHeader - area of group header resources;
16. ResourcesGroupFooter - area of group footer resources;
17. ResourcesHierarchicalGroupHeader - area of header resources of a hierarchical group;
18. ResourcesHierarchicalGroupFooter - area of footer resources of a hierarchical group;
19. ResourcesDetail - area of resources of detailed records. For this area the level value must always be 0;
20. ResourcesTotalGroupHeader - area of totals by group header resources;
21. ResourcesTotalGroupFooter - area of totals by group footer resources;
22. ResourcesTotalHierarchicalGroupHeader - area of totals by header resources of a hierarchical group;
23. ResourcesTotalHierarchicalGroupFooter - area of totals by footer resources of a hierarchical group;
24. ResourcesTotalDetail - area of totals by resources of detailed records. For this area the level value must always be 0;
25. VerticalOverall - area of vertical totals;
26. ListVerticalOverall - area of vertical list totals;
27. TableHeader - header area of a table or a group. For this area the level value must always be 0;
28. Default - default area. For this area the level value must always be 0;
29. Title - area of report header;
30. Information - area of information.

Availability:

Server, thick client, external connection.
The given object may be serialized to/from XML. The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data-composition-system/appearance-template} namespace. XDTO type name: AppearanceTemplate.

See also:

DataCompositionParameterValue, property NestedParameterValues
DataCompositionDataParameterValues, property Items
DataCompositionOutputParameterValues, property Items
DataCompositionGroupOutputParameterValues, property Items
DataCompositionTableGroupOutputParameterValues, property Items
DataCompositionTableOutputParameterValues, property Items
DataCompositionChartOutputParameterValues, property Items
DataCompositionAppearance, property Items
DataCompositionChartGroupOutputParameterValues, property Items
DataCompositionTemplateComposer, method Execute
DataCompositionAppearanceTemplateLibItem, method GetTemplate
DataCompositionAppearanceTemplateLib, property Main
DataCompositionAppearanceTemplateLib, property Gaudy
DataCompositionAppearanceTemplateLib, property Sea
DataCompositionAppearanceTemplateLib, property Arctic
DataCompositionAppearanceTemplateLib, property Green
DataCompositionAppearanceTemplateLib, property Antique
DataCompositionAppearanceTemplateLib, property <Template name>

    

1C:Enterprise Developer's Community