12345678910111213141516 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" ReportInfo.Description="Demonstrates a simple Map object that is not bound to data. To create a map: - put the Map object on the report page; - doubleclick the object to invoke its editor; - click the "Add" button to add a map layer; - select ESRI shapefile (.shp/.dbf files). Note: do not use shapefiles with large number of polygons (more than 10000). This will slow down the report. Learn more in the documentation https://www.fast-report.com/public_download/docs/FRNet/online/en/UserManual/en-US/DataBand/MapReports.html" ReportInfo.Created="04/28/2012 01:31:18" ReportInfo.Modified="03/28/2023 21:09:45" ReportInfo.CreatorVersion="1.0.0.0">
- <Dictionary/>
- <ReportPage Name="Page1" Watermark.Font="Segoe UI, 60pt">
- <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="633.15" CanGrow="true">
- <MapObject Name="Map1" Left="9.45" Top="94.5" Width="699.3" Height="538.65" Border.Lines="All" Border.Color="Gainsboro" Fill.Color="Transparent" OffsetY="66.15" ColorScale.TitleFont="Segoe UI, 9pt" ColorScale.Font="Segoe UI, 9pt">
- <MapLayer Name="Layer1" Shapefile="..\..\Maps\usa1.shp" Type="Polygon" SpatialColumn="NAME" LabelColumn="NAME" BoxAsString="-125.463921613118,19.8932814128116,-66.9698486328125,49.3717346191406" DefaultShapeStyle.Font="Segoe UI, 9pt" Palette="Pastel" ColorRanges.StartColor="Red" ColorRanges.MiddleColor="Yellow" ColorRanges.EndColor="Green" ColorRanges.ShowInColorScale="true" ColorRanges.RangesAsString="" SizeRanges.StartSize="4" SizeRanges.EndSize="20" SizeRanges.RangesAsString=""/>
- </MapObject>
- <TextObject Name="Text3" Left="9.45" Top="66.15" Width="699.3" Height="18.9" Text="Use the left mouse button to pan, mouse wheel to zoom the map." Font="Segoe UI, 9pt" TextFill.Color="DimGray"/>
- <TextObject Name="Text2" Width="718.2" Height="37.8" Text="MapObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <PageFooterBand Name="PageFooter1" Top="635.15" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <TextObject Name="Text12" Left="9.45" Width="217.35" Height="28.35" Cursor="Hand" Hyperlink.Value="https://www.fast-report.com/en/product/fast-report-net/" Text="Generated by FastReport" VertAlign="Center" Font="Segoe UI, 9pt, style=Underline" TextFill.Color="Blue"/>
- </PageFooterBand>
- </ReportPage>
- </Report>
|