please find below a sample report with two Text components and simple HTML data (sorry, the content is in German).
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.ReportControls;
using Stimulsoft.Report.Components;
namespace Reports
{
public class FAM_Details : Stimulsoft.Report.StiReport
{
public FAM_Details()
{
this.InitializeComponent();
}
#region StiReport Designer generated code - do not modify
public Stimulsoft.Report.Dictionary.StiDataRelation ParentSampleData;
public int Exemplar;
public int AnzahlExemplare;
public Stimulsoft.Report.Components.StiPage Page1;
public Stimulsoft.Report.Components.StiPageHeaderBand HeaderBand;
public Stimulsoft.Report.Components.StiText Seite;
public Stimulsoft.Report.Components.StiText Datum;
public Stimulsoft.Report.Components.StiText LeeresPanel1;
public Stimulsoft.Report.Components.StiText Haupttitel;
public Stimulsoft.Report.Components.StiText LeeresPanel2;
public Stimulsoft.Report.Components.StiHeaderBand HinweiseHeaderBand;
public Stimulsoft.Report.Components.StiText HinweiseHeaderText;
public Stimulsoft.Report.Components.StiDataBand HinweiseDataBand;
public Stimulsoft.Report.Components.StiText HinweiseText;
public Stimulsoft.Report.Components.StiHeaderBand HeaderBand5;
public Stimulsoft.Report.Components.StiFooterBand HinweiseFooterBand;
public Stimulsoft.Report.Components.StiHeaderBand DosierungHeaderBand;
public Stimulsoft.Report.Components.StiText DosiergungHeaderText;
public Stimulsoft.Report.Components.StiDataBand DosierungBand;
public Stimulsoft.Report.Components.StiText DosierungText;
public Stimulsoft.Report.Components.StiFooterBand DosierungFooterBand;
public Stimulsoft.Report.Components.StiWatermark Page1_Watermark;
public Stimulsoft.Report.Print.StiPrinterSettings FAM_Details_PrinterSettings;
public Stimulsoft.Report.StiStyle StyleStil1;
public Stimulsoft.Report.StiStyle StyleStil2;
public SampleDataDataSource SampleData;
public SampleData_PROTOTYPEDataSource SampleData_PROTOTYPE;
public void Seite__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "#%#Seite: {PageNumber}/{TotalPageCount}";
e.StoreToPrinted = true;
}
public System.String Seite_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
{
return "Seite: " + ToString(sender, PageNumber, true) + "/" + ToString(sender, TotalPageCount, true);
}
public void Datum__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Datum: " + ToString(sender, Format("{0:dd.MM.yyyy}", Today), true);
}
public void Haupttitel__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Information: ";
}
public void HinweiseHeaderText__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Allgemeine Hinweise und Warnhinweise:";
}
public void HinweiseText__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Wirksame Empfangnisverhutung (evtl. auch nichthormonell) ist bei Frauen im gebarf" +
"ahigen Alter erforderlich! Es konnen monatliche Schwangerschaftstests notwendig " +
"sein.";
}
public void DosiergungHeaderText__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Dosierung:";
}
public void DosierungText__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "2 mg Budesonid (1 Klysma) pro Tag.Art und Dauer der Anwendung:" +
"- Das Arzneimittel soll vor dem Schlafengehen in den Enddarm nach Zubereitung de" +
"r Suspension eingefuhrt werden.- Die Dauer der Anwendung richtet sich nach d" +
"em Krankheitsbild; sie betragt in der Regel 4 Wochen.- Wenn nach einer Behan" +
"dlungsdauer von 4 Wochen keine Remission eingetreten ist, kann die Behandlung we" +
"itere 4 Wochen durchgefuhrt werden. In der Regel wird die volle Wirkung nach 2-4" +
" Wochen erreicht.Hinweise zur Zubereitung und Anwendung:1. Die Rekta" +
"lkanule mit der Schutzkappe von der Flasche entfernen.2. Die Tablette aus de" +
"r Aluminiumpackung nehmen und in die Flasche geben.3. Die Rektalkanule wiede" +
"r auf die Flasche setzen, mit der Schutzkappe fest verschlie?en und die Flasche " +
"kraftig schutteln. Die Schuttelzeit fur die Zubereitung des Klistiers sollte min" +
"destens 30 Sekungen betragen. Die fertige Suspension (leicht gelblich) sollte ha" +
"ndwarm sein und ist zum sofortigen Gebrauch bestimmt. Ein Plastihandschutz ist f" +
"ur die hygienische Anwendung des Klysmas beigelegt.4. Der Patienten legt sic" +
"h auf die linke Seite. Die Hand in die Schutzhulle stecken und die Flasche vor d" +
"em Entfernen der Schutzkappe nochmals kraftig schutteln. Die Schutzkappe entfern" +
"en und die Rektalkanule in den Enddarm (Rektum) einfuhren. Den Inhalt der Flasch" +
"e langsam und mit leichtem Druck in den Darm entleeren. Nach Entfernung der Flas" +
"che den Plastikhandschuh mit der freien Hand uber den Handrucken und die Flasche" +
" zuruckziehen.5. Erneut auf die linke Seite legen und 5 Minuten in dieser Po" +
"sition bleiben.6. Die eingefuhrte Suspension soll moglichst lange im Darm be" +
"halten werden. Einem unmittelbar nach der Anwendung auftretenden Stuhldrang soll" +
" nicht sofort nachgegeben werden.Da sich die Plastikflasche nicht vollstandi" +
"g entleeren lasst, verbleibt ein Restvolumen von ungefahr 15 ml im Klysma zuruck" +
"; daraus erklart sich, dass nur 2 mg statt 2,3 mg Budesonid zur Anwendung gelang" +
"en.";
}
public void FAM_DetailsWordsToEnd__EndRender(object sender, System.EventArgs e)
{
this.Seite.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Seite_GetValue_End));
}
private void InitializeComponent()
{
this.SampleData_PROTOTYPE = new SampleData_PROTOTYPEDataSource();
this.SampleData = new SampleDataDataSource();
this.ParentSampleData = new Stimulsoft.Report.Dictionary.StiDataRelation("SampleData_PROTOTYPERelation", "SampleData", "SampleData", this.SampleData, this.SampleData_PROTOTYPE, new System.String[] {
"_ID"}, new System.String[] {
"_parentID"});
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Druckparameter", "Exemplar", "Exemplar", "", typeof(int), "1", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Druckparameter", "AnzahlExemplare", "AnzahlExemplare", "", typeof(int), "1", false, false, false));
this.NeedsCompiling = false;
// Variables init
// Variables init
this.Exemplar = 1;
this.AnzahlExemplare = 1;
this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
this.ReferencedAssemblies = new System.String[] {
"System.Dll",
"System.Drawing.Dll",
"System.Windows.Forms.Dll",
"System.Data.Dll",
"System.Xml.Dll",
"Stimulsoft.Controls.Dll",
"Stimulsoft.Base.Dll",
"Stimulsoft.Report.Dll",
"XTplus.Abda.dll",
"Framework.Core.dll"};
this.ReportAlias = "FAM-Details";
//
// ReportChanged
//
this.ReportChanged = new DateTime(2010, 4, 14, 9, 26, 26, 870);
//
// ReportCreated
//
this.ReportCreated = new DateTime(2008, 7, 14, 16, 44, 47, 0);
this.ReportFile = "ReportTemplates\\Pharmatechnik.Apotheke.XTplus.Abda.FAMAnzeigen.Sample.mrt";
this.ReportGuid = "e421c7edfbb44c73a29c33184a7a3c94";
this.ReportName = "FAM-Details";
this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters;
this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
//
// Page1
//
this.Page1 = new Stimulsoft.Report.Components.StiPage();
this.Page1.Guid = "7c199b5e07894d01b60d23d0d403054f";
this.Page1.Name = "Page1";
this.Page1.PageHeight = 29.7;
this.Page1.PageWidth = 21;
this.Page1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// HeaderBand
//
this.HeaderBand = new Stimulsoft.Report.Components.StiPageHeaderBand();
this.HeaderBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 17, 3.6);
this.HeaderBand.Name = "HeaderBand";
this.HeaderBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Seite
//
this.Seite = new Stimulsoft.Report.Components.StiText();
this.Seite.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.8, 0.8, 3.2, 0.4);
this.Seite.Guid = "2b902775995740a396799f2b70e1c73e";
this.Seite.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Seite.Name = "Seite";
this.Seite.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Seite__GetValue);
this.Seite.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Seite.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Seite.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Seite.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Seite.Interaction = null;
this.Seite.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Seite.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Seite.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Datum
//
this.Datum = new Stimulsoft.Report.Components.StiText();
this.Datum.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.8, 0.4, 3.2, 0.4);
this.Datum.Guid = "e87441a88fcf4abe90fa77647583247e";
this.Datum.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Datum.Name = "Datum";
this.Datum.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Datum__GetValue);
this.Datum.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Datum.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Datum.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Datum.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.Datum.Interaction = null;
this.Datum.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Datum.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Datum.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// LeeresPanel1
//
this.LeeresPanel1 = new Stimulsoft.Report.Components.StiText();
this.LeeresPanel1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.8, 19, 0.8);
this.LeeresPanel1.Guid = "95fc80a2d8074ff898fed31c9cc4a123";
this.LeeresPanel1.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.LeeresPanel1.Name = "LeeresPanel1";
this.LeeresPanel1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.LeeresPanel1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.LeeresPanel1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.LeeresPanel1.Interaction = null;
this.LeeresPanel1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.LeeresPanel1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.LeeresPanel1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Haupttitel
//
this.Haupttitel = new Stimulsoft.Report.Components.StiText();
this.Haupttitel.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.6, 17, 0.6);
this.Haupttitel.Guid = "7ec8349911414c28a41153683974a5f0";
this.Haupttitel.Name = "Haupttitel";
this.Haupttitel.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Haupttitel__GetValue);
this.Haupttitel.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Bottom, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Haupttitel.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Haupttitel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
this.Haupttitel.Interaction = null;
this.Haupttitel.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Haupttitel.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Haupttitel.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// LeeresPanel2
//
this.LeeresPanel2 = new Stimulsoft.Report.Components.StiText();
this.LeeresPanel2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.2, 17, 0.4);
this.LeeresPanel2.Guid = "d37fa245763f452291410162b4e4c4ec";
this.LeeresPanel2.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.LeeresPanel2.Name = "LeeresPanel2";
this.LeeresPanel2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.LeeresPanel2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.LeeresPanel2.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.LeeresPanel2.Interaction = null;
this.LeeresPanel2.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.LeeresPanel2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.LeeresPanel2.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.HeaderBand.Guid = null;
this.HeaderBand.Interaction = null;
//
// HinweiseHeaderBand
//
this.HinweiseHeaderBand = new Stimulsoft.Report.Components.StiHeaderBand();
this.HinweiseHeaderBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.6, 17, 0.8);
this.HinweiseHeaderBand.Name = "HinweiseHeaderBand";
this.HinweiseHeaderBand.PrintOnAllPages = false;
this.HinweiseHeaderBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HinweiseHeaderBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// HinweiseHeaderText
//
this.HinweiseHeaderText = new Stimulsoft.Report.Components.StiText();
this.HinweiseHeaderText.CanBreak = true;
this.HinweiseHeaderText.CanGrow = true;
this.HinweiseHeaderText.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 14.77, 0.44);
this.HinweiseHeaderText.GrowToHeight = true;
this.HinweiseHeaderText.Guid = "d9f84bc1a1bf4801a92656bba1368ead";
this.HinweiseHeaderText.Name = "HinweiseHeaderText";
this.HinweiseHeaderText.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HinweiseHeaderText__GetValue);
this.HinweiseHeaderText.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HinweiseHeaderText.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HinweiseHeaderText.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.HinweiseHeaderText.Interaction = null;
this.HinweiseHeaderText.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HinweiseHeaderText.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HinweiseHeaderText.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.EllipsisCharacter);
this.HinweiseHeaderBand.Guid = null;
this.HinweiseHeaderBand.Interaction = null;
//
// HinweiseDataBand
//
this.HinweiseDataBand = new Stimulsoft.Report.Components.StiDataBand();
this.HinweiseDataBand.CanBreak = true;
this.HinweiseDataBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.4, 17, 0.6);
this.HinweiseDataBand.DataSourceName = "SampleData";
this.HinweiseDataBand.Name = "HinweiseDataBand";
this.HinweiseDataBand.Sort = new System.String[0];
this.HinweiseDataBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HinweiseDataBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HinweiseDataBand.BusinessObjectGuid = null;
//
// HinweiseText
//
this.HinweiseText = new Stimulsoft.Report.Components.StiText();
this.HinweiseText.AllowHtmlTags = true;
this.HinweiseText.AutoWidth = true;
this.HinweiseText.CanBreak = true;
this.HinweiseText.CanGrow = true;
this.HinweiseText.CanShrink = true;
this.HinweiseText.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 17, 0.44);
this.HinweiseText.GrowToHeight = true;
this.HinweiseText.Guid = "c584c19e56744455ae7c5b51b26de9b8";
this.HinweiseText.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Width;
this.HinweiseText.Name = "HinweiseText";
this.HinweiseText.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HinweiseText__GetValue);
this.HinweiseText.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.HinweiseText.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HinweiseText.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HinweiseText.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.HinweiseText.Interaction = null;
this.HinweiseText.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HinweiseText.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HinweiseText.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.EllipsisCharacter);
this.HinweiseDataBand.DataRelationName = null;
this.HinweiseDataBand.Guid = null;
this.HinweiseDataBand.Interaction = null;
this.HinweiseDataBand.MasterComponent = null;
//
// HeaderBand5
//
this.HeaderBand5 = new Stimulsoft.Report.Components.StiHeaderBand();
this.HeaderBand5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5, 17, 0);
this.HeaderBand5.Name = "HeaderBand5";
this.HeaderBand5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderBand5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderBand5.Guid = null;
this.HeaderBand5.Interaction = null;
//
// HinweiseFooterBand
//
this.HinweiseFooterBand = new Stimulsoft.Report.Components.StiFooterBand();
this.HinweiseFooterBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5, 17, 1.1);
this.HinweiseFooterBand.Name = "HinweiseFooterBand";
this.HinweiseFooterBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HinweiseFooterBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HinweiseFooterBand.Guid = null;
this.HinweiseFooterBand.Interaction = null;
//
// DosierungHeaderBand
//
this.DosierungHeaderBand = new Stimulsoft.Report.Components.StiHeaderBand();
this.DosierungHeaderBand.CanBreak = true;
this.DosierungHeaderBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.1, 17, 0.7);
this.DosierungHeaderBand.Guid = "667e6a15b07448028598cae1029a29d8";
this.DosierungHeaderBand.Name = "DosierungHeaderBand";
this.DosierungHeaderBand.PrintOnAllPages = false;
this.DosierungHeaderBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DosierungHeaderBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// DosiergungHeaderText
//
this.DosiergungHeaderText = new Stimulsoft.Report.Components.StiText();
this.DosiergungHeaderText.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.15, 14.77, 0.44);
this.DosiergungHeaderText.Guid = "3b602df5b7bf43d6af3db4e08af682cc";
this.DosiergungHeaderText.Name = "DosiergungHeaderText";
this.DosiergungHeaderText.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DosiergungHeaderText__GetValue);
this.DosiergungHeaderText.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DosiergungHeaderText.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DosiergungHeaderText.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
this.DosiergungHeaderText.Interaction = null;
this.DosiergungHeaderText.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DosiergungHeaderText.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DosiergungHeaderText.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.EllipsisCharacter);
this.DosierungHeaderBand.Interaction = null;
//
// DosierungBand
//
this.DosierungBand = new Stimulsoft.Report.Components.StiDataBand();
this.DosierungBand.CanBreak = true;
this.DosierungBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.8, 17, 0.6);
this.DosierungBand.DataSourceName = "SampleData";
this.DosierungBand.Guid = "d8a08e9031a64db9b925768e5afa3b21";
this.DosierungBand.KeepFooterTogether = false;
this.DosierungBand.KeepHeaderTogether = false;
this.DosierungBand.Name = "DosierungBand";
this.DosierungBand.Sort = new System.String[0];
this.DosierungBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DosierungBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DosierungBand.BusinessObjectGuid = null;
//
// DosierungText
//
this.DosierungText = new Stimulsoft.Report.Components.StiText();
this.DosierungText.AllowHtmlTags = true;
this.DosierungText.AutoWidth = true;
this.DosierungText.CanBreak = true;
this.DosierungText.CanGrow = true;
this.DosierungText.CanShrink = true;
this.DosierungText.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 17, 0.44);
this.DosierungText.GrowToHeight = true;
this.DosierungText.Guid = "111e448a3f1f4b5480245cf023b9de31";
this.DosierungText.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Width;
this.DosierungText.Name = "DosierungText";
this.DosierungText.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DosierungText__GetValue);
this.DosierungText.TextQuality = Stimulsoft.Report.Components.StiTextQuality.Wysiwyg;
this.DosierungText.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DosierungText.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DosierungText.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.DosierungText.Interaction = null;
this.DosierungText.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DosierungText.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DosierungText.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.EllipsisCharacter);
this.DosierungBand.DataRelationName = null;
this.DosierungBand.Interaction = null;
this.DosierungBand.MasterComponent = null;
//
// DosierungFooterBand
//
this.DosierungFooterBand = new Stimulsoft.Report.Components.StiFooterBand();
this.DosierungFooterBand.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 7.4, 17, 0.5);
this.DosierungFooterBand.Guid = "717c816b126d4871b24bd4992d338152";
this.DosierungFooterBand.Name = "DosierungFooterBand";
this.DosierungFooterBand.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DosierungFooterBand.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DosierungFooterBand.Interaction = null;
this.Page1.ExcelSheetValue = null;
this.Page1.Interaction = null;
this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(2, 2, 2, 2);
this.Page1_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.Page1_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.Page1_Watermark.Image = null;
this.Page1_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.FAM_Details_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
//
// StyleStil1
//
this.StyleStil1 = new Stimulsoft.Report.StiStyle();
this.StyleStil1.Name = "Stil1";
this.StyleStil1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.StyleStil1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.WhiteSmoke);
this.StyleStil1.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StyleStil1.Image = null;
this.StyleStil1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
//
// StyleStil2
//
this.StyleStil2 = new Stimulsoft.Report.StiStyle();
this.StyleStil2.Name = "Stil2";
this.StyleStil2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.StyleStil2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.StyleStil2.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
this.StyleStil2.Image = null;
this.StyleStil2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.PrinterSettings = this.FAM_Details_PrinterSettings;
this.Page1.Report = this;
this.Page1.Watermark = this.Page1_Watermark;
this.HeaderBand.Page = this.Page1;
this.HeaderBand.Parent = this.Page1;
this.Seite.Page = this.Page1;
this.Seite.Parent = this.HeaderBand;
this.Datum.Page = this.Page1;
this.Datum.Parent = this.HeaderBand;
this.LeeresPanel1.Page = this.Page1;
this.LeeresPanel1.Parent = this.HeaderBand;
this.Haupttitel.Page = this.Page1;
this.Haupttitel.Parent = this.HeaderBand;
this.LeeresPanel2.Page = this.Page1;
this.LeeresPanel2.Parent = this.HeaderBand;
this.HinweiseHeaderBand.Page = this.Page1;
this.HinweiseHeaderBand.Parent = this.Page1;
this.HinweiseHeaderText.Page = this.Page1;
this.HinweiseHeaderText.Parent = this.HinweiseHeaderBand;
this.HinweiseDataBand.Page = this.Page1;
this.HinweiseDataBand.Parent = this.Page1;
this.HinweiseText.Page = this.Page1;
this.HinweiseText.Parent = this.HinweiseDataBand;
this.HeaderBand5.Page = this.Page1;
this.HeaderBand5.Parent = this.Page1;
this.HinweiseFooterBand.Page = this.Page1;
this.HinweiseFooterBand.Parent = this.Page1;
this.DosierungHeaderBand.Page = this.Page1;
this.DosierungHeaderBand.Parent = this.Page1;
this.DosiergungHeaderText.Page = this.Page1;
this.DosiergungHeaderText.Parent = this.DosierungHeaderBand;
this.DosierungBand.Page = this.Page1;
this.DosierungBand.Parent = this.Page1;
this.DosierungText.Page = this.Page1;
this.DosierungText.Parent = this.DosierungBand;
this.DosierungFooterBand.Page = this.Page1;
this.DosierungFooterBand.Parent = this.Page1;
this.EndRender += new System.EventHandler(this.FAM_DetailsWordsToEnd__EndRender);
//
// Add to HeaderBand.Components
//
this.HeaderBand.Components.Clear();
this.HeaderBand.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Seite,
this.Datum,
this.LeeresPanel1,
this.Haupttitel,
this.LeeresPanel2});
//
// Add to HinweiseHeaderBand.Components
//
this.HinweiseHeaderBand.Components.Clear();
this.HinweiseHeaderBand.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.HinweiseHeaderText});
//
// Add to HinweiseDataBand.Components
//
this.HinweiseDataBand.Components.Clear();
this.HinweiseDataBand.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.HinweiseText});
//
// Add to DosierungHeaderBand.Components
//
this.DosierungHeaderBand.Components.Clear();
this.DosierungHeaderBand.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DosiergungHeaderText});
//
// Add to DosierungBand.Components
//
this.DosierungBand.Components.Clear();
this.DosierungBand.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DosierungText});
//
// Add to Page1.Components
//
this.Page1.Components.Clear();
this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.HeaderBand,
this.HinweiseHeaderBand,
this.HinweiseDataBand,
this.HeaderBand5,
this.HinweiseFooterBand,
this.DosierungHeaderBand,
this.DosierungBand,
this.DosierungFooterBand});
//
// Add to Pages
//
this.Pages.Clear();
this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
this.Page1});
//
// Add to Styles
//
this.Styles.Clear();
this.Styles.AddRange(new Stimulsoft.Report.StiBaseStyle[] {
this.StyleStil1,
this.StyleStil2});
this.Dictionary.Relations.Add(this.ParentSampleData);
this.SampleData.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("PROTOTYPE", "PROTOTYPE", "PROTOTYPE", typeof(Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData)),
new Stimulsoft.Report.Dictionary.StiDataColumn("_ID", "_ID", "_ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("_Current", "_Current", "_Current", typeof(object))});
this.DataSources.Add(this.SampleData);
this.SampleData_PROTOTYPE.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("_ID", "_ID", "_ID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("_parentID", "_parentID", "_parentID", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("_Current", "_Current", "_Current", typeof(object)),
new Stimulsoft.Report.Dictionary.StiDataColumn("PROTOTYPE", "PROTOTYPE", "PROTOTYPE", typeof(Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData))});
this.DataSources.Add(this.SampleData_PROTOTYPE);
}
#region Relation ParentSampleData
public class ParentSampleDataRelation : Stimulsoft.Report.Dictionary.StiDataRow
{
public ParentSampleDataRelation(Stimulsoft.Report.Dictionary.StiDataRow dataRow) :
base(dataRow)
{
}
public virtual Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData PROTOTYPE
{
get
{
return ((Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData)(StiReport.ChangeType(this["PROTOTYPE"], typeof(Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData), true)));
}
}
public virtual int _ID
{
get
{
return ((int)(StiReport.ChangeType(this["_ID"], typeof(int), true)));
}
}
public virtual object _Current
{
get
{
return this["_Current"];
}
}
}
#endregion Relation ParentSampleData
#region DataSource SampleData
public class SampleDataDataSource : Stimulsoft.Report.Dictionary.StiBusinessObjectSource
{
public SampleDataDataSource() :
base("SampleData", "SampleData")
{
}
public virtual Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData PROTOTYPE
{
get
{
return ((Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData)(StiReport.ChangeType(this["PROTOTYPE"], typeof(Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData), true)));
}
}
public virtual int _ID
{
get
{
return ((int)(StiReport.ChangeType(this["_ID"], typeof(int), true)));
}
}
public virtual object _Current
{
get
{
return this["_Current"];
}
}
}
#endregion DataSource SampleData
#region DataSource SampleData_PROTOTYPE
public class SampleData_PROTOTYPEDataSource : Stimulsoft.Report.Dictionary.StiBusinessObjectSource
{
public SampleData_PROTOTYPEDataSource() :
base("SampleData_PROTOTYPE", "SampleData_PROTOTYPE")
{
}
public virtual int _ID
{
get
{
return ((int)(StiReport.ChangeType(this["_ID"], typeof(int), true)));
}
}
public virtual int _parentID
{
get
{
return ((int)(StiReport.ChangeType(this["_parentID"], typeof(int), true)));
}
}
public virtual object _Current
{
get
{
return this["_Current"];
}
}
public virtual Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData PROTOTYPE
{
get
{
return ((Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData)(StiReport.ChangeType(this["PROTOTYPE"], typeof(Pharmatechnik.Apotheke.XTplus.Framework.Core.Report.IWFL.IReportData), true)));
}
}
public virtual ParentSampleDataRelation SampleData
{
get
{
return new ParentSampleDataRelation(this.GetParentData("SampleData_PROTOTYPERelation"));
}
}
}
#endregion DataSource SampleData_PROTOTYPE
#endregion StiReport Designer generated code - do not modify
}
}
Thank you very much again for your help.