43 lines
1.1 KiB
XML
Executable File
43 lines
1.1 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Niagara Presentation XML -->
|
|
<px version="1.0" media="workbench:WbPxMedia">
|
|
<import>
|
|
<module name="baja"/>
|
|
<module name="bajaui"/>
|
|
<module name="gx"/>
|
|
<module name="kitPx"/>
|
|
<module name="report"/>
|
|
</import>
|
|
<content>
|
|
<ReportPane logo="file:^images/tridiumLogo.gif">
|
|
|
|
<CanvasPane viewSize="540.0,50.0" halign="left">
|
|
|
|
<BoundLabel layout="0,0,300,40" text="All Points Report" font="bold 22pt Tahoma" foreground="#4374b7" halign="left" valign="top">
|
|
<BoundLabelBinding/>
|
|
</BoundLabel>
|
|
|
|
</CanvasPane>
|
|
|
|
<SectionHeader text="Boolean Points"/>
|
|
|
|
<BoundTable>
|
|
<TableBinding ord="station:|slot:/|bql:select toPathString,toString from control:BooleanPoint"/>
|
|
</BoundTable>
|
|
|
|
<SectionHeader text="Numeric Points"/>
|
|
|
|
<BoundTable>
|
|
<TableBinding ord="station:|slot:/|bql:select toPathString,toString from control:NumericPoint"/>
|
|
</BoundTable>
|
|
|
|
<SectionHeader text="Enum Points"/>
|
|
|
|
<BoundTable>
|
|
<TableBinding ord="station:|slot:/|bql:select toPathString,toString from control:EnumPoint"/>
|
|
</BoundTable>
|
|
|
|
</ReportPane>
|
|
</content>
|
|
</px>
|