Browse Source
add DemoReport 'ContributorsListWithparameters' git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@5950 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
14 changed files with 458 additions and 33 deletions
@ -0,0 +1,310 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<ReportModel> |
||||||
|
<ReportSettings> |
||||||
|
<ReportSettings> |
||||||
|
<ReportName>Report1</ReportName> |
||||||
|
<ReportType>DataReport</ReportType> |
||||||
|
<BottomMargin>50</BottomMargin> |
||||||
|
<TopMargin>50</TopMargin> |
||||||
|
<LeftMargin>50</LeftMargin> |
||||||
|
<RightMargin>50</RightMargin> |
||||||
|
<PageSize>827, 1169</PageSize> |
||||||
|
<Landscape>False</Landscape> |
||||||
|
<GraphicsUnit>Millimeter</GraphicsUnit> |
||||||
|
<Padding>5, 5, 5, 5</Padding> |
||||||
|
<AvailableFieldsCollection /> |
||||||
|
<SortColumnCollection /> |
||||||
|
<GroupColumnsCollection /> |
||||||
|
<ParameterCollection> |
||||||
|
<BasicParameter> |
||||||
|
<ParameterName>p1</ParameterName> |
||||||
|
<ParameterValue>ValueOfP1</ParameterValue> |
||||||
|
</BasicParameter> |
||||||
|
</ParameterCollection> |
||||||
|
<ConnectionString /> |
||||||
|
<CommandText /> |
||||||
|
<CommandType>Text</CommandType> |
||||||
|
<DataModel>PushData</DataModel> |
||||||
|
<NoDataMessage>No Data for this Report</NoDataMessage> |
||||||
|
<DefaultFont>Microsoft Sans Serif, 10pt</DefaultFont> |
||||||
|
<UseStandardPrinter>True</UseStandardPrinter> |
||||||
|
</ReportSettings> |
||||||
|
</ReportSettings> |
||||||
|
<SectionCollection> |
||||||
|
<BaseSection> |
||||||
|
<Location>50, 50</Location> |
||||||
|
<Size>786, 35</Size> |
||||||
|
<BackColor>Window</BackColor> |
||||||
|
<SectionOffset>0</SectionOffset> |
||||||
|
<SectionMargin>50</SectionMargin> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<PageBreakAfter>False</PageBreakAfter> |
||||||
|
<Items /> |
||||||
|
<FrameColor>Black</FrameColor> |
||||||
|
<Name>ReportHeader</Name> |
||||||
|
</BaseSection> |
||||||
|
<BaseSection> |
||||||
|
<Location>50, 100</Location> |
||||||
|
<Size>786, 108</Size> |
||||||
|
<BackColor>Window</BackColor> |
||||||
|
<SectionOffset>0</SectionOffset> |
||||||
|
<SectionMargin>50</SectionMargin> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<PageBreakAfter>False</PageBreakAfter> |
||||||
|
<Items> |
||||||
|
<BaseTextItem> |
||||||
|
<Location>45, 20</Location> |
||||||
|
<Size>272, 20</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Segoe UI, 9pt</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>None</StringTrimming> |
||||||
|
<ContentAlignment>TopLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<Text>="Param " + Parameters!p1</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>Black</FrameColor> |
||||||
|
<ForeColor>0, 0, 0</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<Name>BaseTextItem2147483646</Name> |
||||||
|
</BaseTextItem> |
||||||
|
<BaseTextItem> |
||||||
|
<Location>429, 63</Location> |
||||||
|
<Size>100, 20</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 12pt, style=Bold</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>None</StringTrimming> |
||||||
|
<ContentAlignment>TopLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<Text>Job</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<Name>Job</Name> |
||||||
|
</BaseTextItem> |
||||||
|
<BaseTextItem> |
||||||
|
<Location>234, 63</Location> |
||||||
|
<Size>100, 20</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 12pt, style=Bold</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>None</StringTrimming> |
||||||
|
<ContentAlignment>TopLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<Text>Lastname</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<Name>Lastname</Name> |
||||||
|
</BaseTextItem> |
||||||
|
<BaseImageItem> |
||||||
|
<Location>429, 6</Location> |
||||||
|
<Size>273, 42</Size> |
||||||
|
<BackColor>Window</BackColor> |
||||||
|
<ImageFileName>D:\SharpDevelop3.0_CHECKOUT\SharpDevelop\samples\SharpDevelopReports\SampleReports\Logos\Bannerbeige2.gif</ImageFileName> |
||||||
|
<ScaleImageToSize>False</ScaleImageToSize> |
||||||
|
<ImageSource>File</ImageSource> |
||||||
|
<RelativeFileName>..\..\..\..\..\..\SharpDevelop3.0_CHECKOUT\SharpDevelop\samples\SharpDevelopReports\SampleReports\Logos\Bannerbeige2.gif</RelativeFileName> |
||||||
|
<Name>ReportImageControl</Name> |
||||||
|
</BaseImageItem> |
||||||
|
<BaseLineItem> |
||||||
|
<Location>47, 87</Location> |
||||||
|
<Size>661, 18</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<FromPoint>0, 3</FromPoint> |
||||||
|
<ToPoint>614, 3</ToPoint> |
||||||
|
<StartLineCap>Flat</StartLineCap> |
||||||
|
<EndLineCap>Flat</EndLineCap> |
||||||
|
<DashLineCap>Flat</DashLineCap> |
||||||
|
<DashStyle>Solid</DashStyle> |
||||||
|
<Thickness>2</Thickness> |
||||||
|
<Name /> |
||||||
|
</BaseLineItem> |
||||||
|
<BaseTextItem> |
||||||
|
<Location>46, 63</Location> |
||||||
|
<Size>109, 20</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 12pt, style=Bold</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>EllipsisCharacter</StringTrimming> |
||||||
|
<ContentAlignment>TopLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<Text>Firstname</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<Name>reportTextItem1</Name> |
||||||
|
</BaseTextItem> |
||||||
|
</Items> |
||||||
|
<FrameColor>Black</FrameColor> |
||||||
|
<Name>ReportPageHeader</Name> |
||||||
|
</BaseSection> |
||||||
|
<BaseSection> |
||||||
|
<Location>50, 223</Location> |
||||||
|
<Size>750, 51</Size> |
||||||
|
<BackColor>Window</BackColor> |
||||||
|
<SectionOffset>0</SectionOffset> |
||||||
|
<SectionMargin>50</SectionMargin> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<PageBreakAfter>False</PageBreakAfter> |
||||||
|
<Items> |
||||||
|
<BaseRowItem> |
||||||
|
<Location>3, 10</Location> |
||||||
|
<Size>699, 40</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<Items> |
||||||
|
<BaseDataItem> |
||||||
|
<Location>43, 12</Location> |
||||||
|
<Size>147, 25</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 10pt</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>EllipsisCharacter</StringTrimming> |
||||||
|
<ContentAlignment>MiddleLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<DataType>System.String</DataType> |
||||||
|
<Text>First</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<ColumnName>First</ColumnName> |
||||||
|
<Name>unbound1</Name> |
||||||
|
</BaseDataItem> |
||||||
|
<BaseDataItem> |
||||||
|
<Location>231, 12</Location> |
||||||
|
<Size>139, 25</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 10pt</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>EllipsisCharacter</StringTrimming> |
||||||
|
<ContentAlignment>MiddleLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<DataType>System.String</DataType> |
||||||
|
<Text>last</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<ColumnName>last</ColumnName> |
||||||
|
<Name>unbound2</Name> |
||||||
|
</BaseDataItem> |
||||||
|
<BaseDataItem> |
||||||
|
<Location>426, 10</Location> |
||||||
|
<Size>216, 25</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 10pt</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>EllipsisCharacter</StringTrimming> |
||||||
|
<ContentAlignment>MiddleLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<DataType>System.String</DataType> |
||||||
|
<Text>Job</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<ColumnName>Job</ColumnName> |
||||||
|
<NullValue>--------------</NullValue> |
||||||
|
<Name>unbound3</Name> |
||||||
|
</BaseDataItem> |
||||||
|
</Items> |
||||||
|
<AlternateBackColor /> |
||||||
|
<ChangeBackColorEveryNRow>0</ChangeBackColorEveryNRow> |
||||||
|
<Name>Row</Name> |
||||||
|
</BaseRowItem> |
||||||
|
</Items> |
||||||
|
<FrameColor>Black</FrameColor> |
||||||
|
<Name>ReportDetail</Name> |
||||||
|
</BaseSection> |
||||||
|
<BaseSection> |
||||||
|
<Location>50, 289</Location> |
||||||
|
<Size>750, 49</Size> |
||||||
|
<BackColor>Window</BackColor> |
||||||
|
<SectionOffset>0</SectionOffset> |
||||||
|
<SectionMargin>50</SectionMargin> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<PageBreakAfter>False</PageBreakAfter> |
||||||
|
<Items> |
||||||
|
<BaseTextItem> |
||||||
|
<Location>45, 24</Location> |
||||||
|
<Size>483, 20</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 8.25pt</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>None</StringTrimming> |
||||||
|
<ContentAlignment>TopLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<Text>=Globals!ReportFolder</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<Name>=Globals!ReportFolder</Name> |
||||||
|
</BaseTextItem> |
||||||
|
<BaseLineItem> |
||||||
|
<Location>45, 3</Location> |
||||||
|
<Size>663, 15</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<FromPoint>0, 0</FromPoint> |
||||||
|
<ToPoint>656, 0</ToPoint> |
||||||
|
<StartLineCap>Flat</StartLineCap> |
||||||
|
<EndLineCap>Flat</EndLineCap> |
||||||
|
<DashLineCap>Flat</DashLineCap> |
||||||
|
<DashStyle>Solid</DashStyle> |
||||||
|
<Thickness>2</Thickness> |
||||||
|
<Name>object_177a5444_b8e0_4202_87d2_05cdc7cd1194</Name> |
||||||
|
</BaseLineItem> |
||||||
|
<BaseTextItem> |
||||||
|
<Location>602, 24</Location> |
||||||
|
<Size>100, 20</Size> |
||||||
|
<BackColor>White</BackColor> |
||||||
|
<Font>Microsoft Sans Serif, 8.25pt</Font> |
||||||
|
<FormatString /> |
||||||
|
<StringTrimming>None</StringTrimming> |
||||||
|
<ContentAlignment>TopLeft</ContentAlignment> |
||||||
|
<CanGrow>False</CanGrow> |
||||||
|
<CanShrink>False</CanShrink> |
||||||
|
<Text>='Page ' + Globals!PageNumber</Text> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<FrameColor>WindowFrame</FrameColor> |
||||||
|
<ForeColor>ControlText</ForeColor> |
||||||
|
<Visible>True</Visible> |
||||||
|
<Name>='Page ' + Globals!PageNumber</Name> |
||||||
|
</BaseTextItem> |
||||||
|
</Items> |
||||||
|
<FrameColor>Black</FrameColor> |
||||||
|
<Name>ReportPageFooter</Name> |
||||||
|
</BaseSection> |
||||||
|
<BaseSection> |
||||||
|
<Location>50, 353</Location> |
||||||
|
<Size>750, 55</Size> |
||||||
|
<BackColor>Window</BackColor> |
||||||
|
<SectionOffset>0</SectionOffset> |
||||||
|
<SectionMargin>50</SectionMargin> |
||||||
|
<DrawBorder>False</DrawBorder> |
||||||
|
<PageBreakAfter>False</PageBreakAfter> |
||||||
|
<Items /> |
||||||
|
<FrameColor>Black</FrameColor> |
||||||
|
<Name>ReportFooter</Name> |
||||||
|
</BaseSection> |
||||||
|
</SectionCollection> |
||||||
|
</ReportModel> |
||||||
Loading…
Reference in new issue