Skip to content

Instantly share code, notes, and snippets.

View Kha's full-sized avatar

Sebastian Ullrich Kha

View GitHub Profile
<ReportDocument xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
ColumnWidth="400" FontSize="14" FontFamily="Georgia"
xmlns:c="clr-namespace:AptusSolutions.Reporting;assembly=AptusSolutions.Reporting">
<ReportDocument.PageHeader>
<Paragraph>
Page Header
</Paragraph>
</ReportDocument.PageHeader>
<ReportDocument.ReportHeader>
<Paragraph>
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"
>
<xsl:output method="xml" indent="yes"/>
<xsl:template match="/">
<body>
<h1>Offene Bestellungen</h1>