Converts Layout Template Definitions between the Formats ArcGIS Pro (*.pagx) and VertiGIS Studio Printing (*.json). This conversion enables to edit ArcGIS Pro Print Templates and VertiGIS Print Templates in ArcGIS Pro 3.x and VertiGIS Studio Printing Designer.
Specify the Layout Definition to convert in JSON Format and run.
Parameter | Explanation |
---|---|
Layout_as_JSON |
PAGX Layout Definition or VertiGIS Studio Print Template Definition as JSON. |
Output_Format |
Output Format ('FILE' or 'JSON'). |
Task Request Schema :: Parameter: 'Layout_as_JSON'
JSON Schema
{ "$schema": "http://json-schema.org/schema", "$id": "https://vertigis.com/layout-conversion-request-param-layout.schema.json", "title": "VertiGIS Printing Layout Template Conversion Request Parameter Specification.", "description": "Specification VertiGIS Printing 'Layout_as_JSON' Request Parameter. Defines Schema of the Parameter necessary for Layout Conversion between ESRI Print Layout Template Definition and VertiGIS Studio Print Layout Template Definition. For Conversion from ESRI Print Layout to VGS Print Layout a CIMLayoutDocument Definition according to https://github.com/Esri/cim-spec (CIM V3) or https://github.com/Esri/cim-spec/tree/main/docs/v2 (CIM V2) is used as Parameter Value. For Conversion from VGS Print Layout to ESRI Print Layout a DevExpress Reporting Document according to https://www.devexpress.com/ is used as Parameter Value.", "type": "object", "minItems": 1 }
Task Response Schema
JSON Schema
{ "$schema": "http://json-schema.org/schema", "$id": "https://vertigis.com/layout-template-conversion-response.schema.json", "title": "Layout Template Conversion Response Schema", "type": "object", "properties": { "results": { "description": "Layout Template Conversion Results Output Parameters.", "type": "array", "minItems": 2, "maxItems": 2, "items": [ { "type": "object", "properties": { "paramName": { "description": "GP Process Output Parameter Name.", "type": "string" }, "dataType": { "description": "GP Process Output Parameter Type.", "type": "string" }, "value": { "description": "GP Process Output Parameter Value. Converted Layout Template as JSON File or JSON String.", "type": "string" } }, "required": [ "paramName", "dataType", "value" ] }, { "type": "object", "properties": { "paramName": { "description": "GP Process Log File Output Parameter Name.", "type": "string" }, "dataType": { "description": "GP Process Log File Output Parameter Type.", "type": "string" }, "value": { "description": "GP Process Log File Output Parameter Value.", "type": "object", "properties": { "url": { "description": "Log File URL.", "type": "string" } }, "required": [ "url" ] } }, "required": [ "paramName", "dataType", "value" ] } ] }, "messages": { "description": "GP Process Output Messages. Shown according to their Severity when publishing the Toolbox.", "type": "array", "minItems": 0, "items": {} } }, "required": [ "results", "messages" ] }
Sample - Request Parameter :: 'Layout_as_JSON'
ESRI PAGX JSON A3 Landscape Layout
{ "type": "CIMLayoutDocument", "version": "2.8.0", "build": 29751, ... "layerDefinitions": [ { "type": "CIMVectorTileLayer", "name": "Weltweite topografische Karte", "uRI": "CIMPATH=04090f6235094a1e9dd7adf492e5c431.xml", "sourceModifiedTime": { "type": "TimeInstant" }, "useSourceMetadata": true, "layerType": "BasemapBackground", "showLegends": true, "visibility": true, "displayCacheType": "Permanent", "maxDisplayCacheAge": 5, "showPopups": true, "serviceLayerID": -1, "refreshRate": -1, "refreshRateUnit": "esriTimeUnitsSeconds", "webMapLayerID": "VectorTile_6451", "blendingMode": "Alpha", "allowDrapingOnIntegratedMesh": true, "dataConnection": { "type": "CIMVectorTileDataConnection", "uRI": "https://cdn.arcgis.com/sharing/rest/content/items/e8905c5709fe4a679db84f0a82da41c3/resources/styles/root.json" } }, { "type": "CIMTiledServiceLayer", "name": "World Hillshade", "uRI": "CIMPATH=294f76fa18364cdb9829f8ad45c2d0fc.xml", "sourceModifiedTime": { "type": "TimeInstant" }, "useSourceMetadata": true, "description": "Elevation/World_Hillshade", "layerType": "BasemapBackground", "showLegends": true, "visibility": false, "displayCacheType": "Permanent", "maxDisplayCacheAge": 5, "showPopups": true, "serviceLayerID": -1, "refreshRate": -1, "refreshRateUnit": "esriTimeUnitsSeconds", "webMapLayerID": "World_Hillshade_3689", "blendingMode": "Alpha", "allowDrapingOnIntegratedMesh": true, "serviceConnection": { "type": "CIMAGSServiceConnection", "objectName": "Elevation/World_Hillshade", "objectType": "MapServer", "url": "https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer", "serverConnection": { "type": "CIMInternetServerConnection", "anonymous": true, "hideUserProperty": true, "url": "https://services.arcgisonline.com/arcgis/services" } }, "transparentColor": { "type": "CIMRGBColor", "values": [ 254, 254, 254, 100 ] }, "backgroundColor": { "type": "CIMRGBColor", "values": [ 254, 254, 254, 100 ] } } ], "mapDefinitions": [ { "type": "CIMMap", "name": "Map", "uRI": "CIMPATH=map/map.xml", "sourceModifiedTime": { "type": "TimeInstant", "start": 978307200000 }, "metadataURI": "CIMPATH=Metadata/eb560936ac96ffd248f0602e8c84e144.xml", "useSourceMetadata": true, "illumination": { "type": "CIMIlluminationProperties", "ambientLight": 75, "sunPositionX": -0.61237243569579003, "sunPositionY": 0.61237243569579003, "sunPositionZ": 0.5, "illuminationSource": "AbsoluteSunPosition", "sunAzimuth": 315, "sunAltitude": 30, "showStars": true, "enableAmbientOcclusion": true, "enableEyeDomeLighting": true }, "layers": [ "CIMPATH=04090f6235094a1e9dd7adf492e5c431.xml", "CIMPATH=294f76fa18364cdb9829f8ad45c2d0fc.xml" ], "defaultViewingMode": "Map", "mapType": "Map", "datumTransforms": [ { "type": "CIMDatumTransform", "forward": true, "geoTransformation": { "geoTransforms": [ { "wkid": 3966, "latestWkid": 3966, "transformForward": false, "name": "MGI_Ferro_To_WGS_1984_1" } ] } }, { "type": "CIMDatumTransform", "forward": false, "geoTransformation": { "geoTransforms": [ { "wkid": 3966, "latestWkid": 3966, "transformForward": false, "name": "MGI_Ferro_To_WGS_1984_1" } ] } } ], "defaultExtent": { "xmin": -543391.216150253545, "ymin": 117963.348128256388, "xmax": 82679.6027673658682, "ymax": 473076.5394690074, "spatialReference": { "wkid": 31253, "latestWkid": 31253 } }, "elevationSurfaces": [ { "type": "CIMMapElevationSurface", "elevationMode": "BaseGlobeSurface", "name": "Ground", "verticalExaggeration": 1, "mapElevationID": "{B2CFF3EB-6D19-4BC4-8509-9D761C5B7DD2}", "color": { "type": "CIMRGBColor", "values": [ 255, 255, 255, 100 ] }, "surfaceTINShadingMode": "Smooth", "visibility": true, "expanded": true } ], "generalPlacementProperties": { "type": "CIMMaplexGeneralPlacementProperties", "invertedLabelTolerance": 2, "unplacedLabelColor": { "type": "CIMRGBColor", "values": [ 255, 0, 0, 100 ] }, "keyNumberGroups": [ { "type": "CIMMaplexKeyNumberGroup", "delimiterCharacter": ".", "horizontalAlignment": "Left", "maximumNumberOfLines": 20, "minimumNumberOfLines": 2, "name": "Default", "numberResetType": "None", "keyNumberMethod": "PreventUnplacedLabels" } ], "placementQuality": "High" }, "snappingProperties": { "type": "CIMSnappingProperties", "xYTolerance": 10, "xYToleranceUnit": "SnapXYToleranceUnitPixel", "snapToSketchEnabled": true, "snapRequestType": "SnapRequestType_GeometricAndVisualSnapping", "showSnapTip": true, "isZSnappingEnabled": true }, "spatialReference": { "wkid": 31253, "latestWkid": 31253 }, "colorModel": "RGB", "scaleDisplayFormat": "Value", "clippingMode": "None", "nearPlaneClipDistanceMode": "Automatic", "rGBColorProfile": "sRGB IEC61966-2-1 noBPC", "cMYKColorProfile": "U.S. Web Coated (SWOP) v2" } ], "layoutDefinition": { "type": "CIMLayout", "name": "A3 Portrait", "uRI": "CIMPATH=layout/a3_portrait_scalebar1.xml", "sourceModifiedTime": { "type": "TimeInstant" }, "metadataURI": "CIMPATH=Metadata/d0baa881fd3b08e3a8df66a2f90fc226.xml", "useSourceMetadata": true, "elements": [ ... ], "page": { "type": "CIMPage", "height": 420, "width": 297, "printerPreferences": { "type": "CIMPrinterPreferences", "paperName": "A3" }, "units": { "uwkid": 1025 }, "showRulers": true, "showGuides": true, "smallestRulerDivision": 0.01, "showMargin": true }, "dateExported": { "type": "TimeInstant" }, "datePrinted": { "type": "TimeInstant" }, "colorModel": "RGB", "rGBColorProfile": "sRGB IEC61966-2-1 noBPC", "cMYKColorProfile": "U.S. Web Coated (SWOP) v2" } }
Sample - Response Parameter :: 'Output_JSON'
VGS DEVEX JSON A3 Landscape Layout
{ "XtraReportsLayoutSerializer": { "@SerializerVersion": "20.2.5.0", "@ControlType": "DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v20.2, Version=20.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a", "@Font": "Segoe UI, 10pt", "@Landscape": "false", "@PaperKind": "A3", "@Margins": "0, 0, 0, 0", "@ReportUnit": "TenthsOfAMillimeter", "@SnapGridSize": "15", "@PageWidth": "2970", "@PageHeight": "4200", "Bands": { "Item1": { "@ControlType": "TopMarginBand", "@Name": "TopMargin1", "@Dpi": "254", "@HeightF": "0", "@Ref": "0" }, "Item2": { "@ControlType": "DetailBand", "Controls": { "Item1": { "@ControlType": "XRPanel", "Controls": { "Item1": { "@ControlType": "XRPanel", "@Name": "Scalebar_Ruler_Marks_Frame", "@Dpi": "254", "@SizeF": "107, 3925", "@LocationFloat": "0, 0", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@BackColor": "0, 0, 0, 0", "@Ref": "1" }, "Item2": { "@ControlType": "XRLabel", "@Name": "Scalebar_Ruler_Text", "@Dpi": "254", "@SizeF": "72, 472", "@LocationFloat": "129, 3428", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "0, 0, 0, 0", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Angle": 90.0, "@Text": "Maßstab: ", "@Font": "Tahoma, 12.0pt", "@Ref": "2", "@AutoWidth": "true" }, "Item3": { "@ControlType": "Geocortex.Reporting.Engine.XRScaleBar, Geocortex.Reporting.Engine", "@Name": "Scalebar_Ruler", "@Dpi": "254", "@SizeF": "183, 3900", "@LocationFloat": "0, 0", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "0, 0, 0, 0", "@ForeColor": "255, 0, 0, 0", "@Font": "Segoe UI, 10pt", "@Ref": "3", "@MapName": "MainMap", "@Units": "Metric" } }, "@Name": "Scalebar_Ruler_Frame", "@Dpi": "254", "@SizeF": "215, 3925", "@LocationFloat": "2703, 140", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@BackColor": "0, 0, 0, 0", "@Ref": "4" }, "Item2": { "@ControlType": "XRLabel", "@Name": "_disclaimer_value_", "@Dpi": "254", "@SizeF": "182, 24", "@LocationFloat": "1400, 4100", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.Disclaimer]", "@Font": "Arial, 6.0pt", "@Ref": "6", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.Disclaimer]", "@Ref": "5" } }, "@AutoWidth": "true" }, "Item3": { "@ControlType": "XRPanel", "Controls": { "Item1": { "@ControlType": "XRLabel", "@Name": "_title_value_", "@Dpi": "254", "@SizeF": "214, 39", "@LocationFloat": "18, 26", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.Title]", "@Font": "Arial, 10.0pt, style=Bold", "@Ref": "8", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.Title]", "@Ref": "7" } }, "@AutoWidth": "true" } }, "@Name": "Rectangle_3", "@Dpi": "254", "@SizeF": "979, 87", "@LocationFloat": "882, 3760", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@BackColor": "0, 130, 130, 130", "@Ref": "9" }, "Item4": { "@ControlType": "XRPanel", "Controls": { "Item1": { "@ControlType": "XRLabel", "@Name": "_syn_crs_", "@Dpi": "254", "@SizeF": "152, 32", "@LocationFloat": "29, 33", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.CRS]", "@Font": "Courier New, 8.0pt", "@Ref": "11", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.CRS]", "@Ref": "10" } }, "@AutoWidth": "true" } }, "@Name": "Rectangle_2", "@Dpi": "254", "@SizeF": "842, 87", "@LocationFloat": "1861, 3760", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@BackColor": "0, 130, 130, 130", "@Ref": "12" }, "Item5": { "@ControlType": "XRPanel", "Controls": { "Item1": { "@ControlType": "XRLabel", "@Name": "_orgadr_value_", "@Dpi": "254", "@SizeF": "310, 64", "@LocationFloat": "29, 80", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.OrganizationAddress]", "@Font": "Arial, 8.0pt", "@Ref": "14", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.OrganizationAddress]", "@Ref": "13" } }, "@AutoWidth": "true" }, "Item2": { "@ControlType": "XRLabel", "@Name": "_orgname_value_", "@Dpi": "254", "@SizeF": "360, 47", "@LocationFloat": "29, 17", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.Organization]", "@Font": "Arial, 12.0pt, style=Bold", "@Ref": "16", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.Organization]", "@Ref": "15" } }, "@AutoWidth": "true" }, "Item3": { "@ControlType": "XRPageInfo", "@Name": "_syn_index_", "@Dpi": "254", "@SizeF": "160, 32", "@LocationFloat": "29, 167", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Number]", "@Font": "Arial, 8.0pt, style=Italic", "@Ref": "17", "@WordWrap": "false", "@PageInfo": "Number" }, "Item4": { "@ControlType": "XRPictureBox", "@Name": "_company_logo_", "@Dpi": "254", "@SizeF": "300, 150", "@LocationFloat": "529, 57", "@Borders": "All", "@BorderWidth": "0", "@BorderDashStyle": "Dash", "@BorderColor": "255, 169, 169, 169", "@ImageSource": "data:image/jpeg;base64,/9j/4AAQSkZJRg..., "@ImageAlignment": "MiddleCenter", "@Sizing": "Squeeze", "@Ref": "18" } }, "@Name": "Rectangle_1", "@Dpi": "254", "@SizeF": "842, 219", "@LocationFloat": "1861, 3846", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@BackColor": "0, 130, 130, 130", "@Ref": "19" }, "Item6": { "@ControlType": "XRPanel", "Controls": { "Item1": { "@ControlType": "Geocortex.Reporting.Engine.XRNorthArrow, Geocortex.Reporting.Engine", "@Name": "North_Arrow", "@Dpi": "254", "@SizeF": "60, 139", "@LocationFloat": "848, 34", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "0, 0, 0, 0", "@ForeColor": "255, 0, 0, 0", "@MapName": "MainMap", "@Ref": "20" }, "Item2": { "@ControlType": "XRLabel", "@Name": "_scale_value_", "@Dpi": "254", "@SizeF": "182, 32", "@LocationFloat": "358, 12", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.Scale]", "@Font": "Arial, 8.0pt", "@Ref": "22", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.Scale]", "@Ref": "21" } }, "@AutoWidth": "true" }, "Item3": { "@ControlType": "XRLabel", "@Name": "_scale_caption_", "@Dpi": "254", "@SizeF": "206, 32", "@LocationFloat": "18, 12", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.ScaleCaption]", "@Font": "Arial, 8.0pt", "@Ref": "24", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.ScaleCaption]", "@Ref": "23" } }, "@AutoWidth": "true" }, "Item4": { "@ControlType": "XRLabel", "@Name": "_scale_value_ov_", "@Dpi": "254", "@SizeF": "228, 32", "@LocationFloat": "358, 52", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.ScaleOverview]", "@Font": "Arial, 8.0pt", "@Ref": "26", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.ScaleOverview]", "@Ref": "25" } }, "@AutoWidth": "true" }, "Item5": { "@ControlType": "XRLabel", "@Name": "_scale_caption_ov_", "@Dpi": "254", "@SizeF": "251, 32", "@LocationFloat": "18, 52", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.ScaleOverviewCaption]", "@Font": "Arial, 8.0pt", "@Ref": "28", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.ScaleOverviewCaption]", "@Ref": "27" } }, "@AutoWidth": "true" }, "Item6": { "@ControlType": "XRLabel", "@Name": "_creator_description_", "@Dpi": "254", "@SizeF": "239, 28", "@LocationFloat": "358, 176", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.CreatorDescription]", "@Font": "Arial, 7.0pt, style=Italic", "@Ref": "30", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.CreatorDescription]", "@Ref": "29" } }, "@AutoWidth": "true" }, "Item7": { "@ControlType": "XRPageInfo", "@Name": "_creator_value_", "@Dpi": "254", "@SizeF": "204, 32", "@LocationFloat": "358, 132", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[UserName]", "@Font": "Arial, 8.0pt", "@Ref": "31", "@WordWrap": "false", "@PageInfo": "UserName" }, "Item8": { "@ControlType": "XRLabel", "@Name": "_creator_caption_", "@Dpi": "254", "@SizeF": "228, 32", "@LocationFloat": "18, 132", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.CreatorCaption]", "@Font": "Arial, 8.0pt", "@Ref": "33", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.CreatorCaption]", "@Ref": "32" } }, "@AutoWidth": "true" }, "Item9": { "@ControlType": "XRPageInfo", "@Name": "_createdat_value_", "@Dpi": "254", "@SizeF": "234, 32", "@LocationFloat": "358, 92", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[DateTime]", "@Font": "Arial, 8.0pt", "@Ref": "34", "@WordWrap": "false", "@PageInfo": "DateTime" }, "Item10": { "@ControlType": "XRLabel", "@Name": "_createdat_caption_", "@Dpi": "254", "@SizeF": "257, 32", "@LocationFloat": "18, 92", "@Padding": "0, 0, 0, 0, 254", "@Borders": "None", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@ForeColor": "255, 0, 0, 0", "@TextAlignment": "BottomLeft", "@Text": "[Parameters.DateCaption]", "@Font": "Arial, 8.0pt", "@Ref": "36", "ExpressionBindings": { "Item1": { "@EventName": "BeforePrint", "@PropertyName": "Text", "@Expression": "[Parameters.DateCaption]", "@Ref": "35" } }, "@AutoWidth": "true" } }, "@Name": "Rectangle_4", "@Dpi": "254", "@SizeF": "979, 219", "@LocationFloat": "882, 3846", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@BackColor": "0, 130, 130, 130", "@Ref": "37" }, "Item7": { "@ControlType": "Geocortex.Reporting.Engine.XROverviewMapPictureBox, Geocortex.Reporting.Engine", "@Name": "OVERVIEW", "@Dpi": "254", "@SizeF": "740, 305", "@LocationFloat": "142, 3760", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@MapName": "MainMap", "@Ref": "38", "@Expand": "4", "@Scale": "500000", "@LineWidth": "1", "@LineColor": "255, 255, 0, 0", "@FillColor": "0, 0, 0, 0" }, "Item8": { "@ControlType": "Geocortex.Reporting.Engine.XRMapPictureBox, Geocortex.Reporting.Engine", "@Name": "WEBMAP_MAP_FRAME", "@Dpi": "254", "@SizeF": "2561, 3620", "@LocationFloat": "142, 140", "@Borders": "All", "@BorderWidth": "1", "@BorderDashStyle": "Solid", "@BorderColor": "255, 0, 0, 0", "@MapName": "MainMap", "@Ref": "39", "@Scale": "50000" } }, "@Name": "Detail1", "@Dpi": "254", "@HeightF": "4200", "@Ref": "40" }, "Item3": { "@ControlType": "BottomMarginBand", "@Name": "BottomMargin1", "@Dpi": "254", "@HeightF": "0", "@Ref": "41" } }, "ObjectStorage": { "Item1": { "@ObjectType": "DevExpress.XtraReports.Serialization.ObjectStorageInfo", "@Content": "System.String", "@Type": "System.Type", "@Ref": "42" } }, "Parameters": { "Item1": { "@Name": "CRS", "@Description": "{syn_crs}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "43" }, "Item2": { "@Name": "Scale", "@Description": "{scale_value}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "44" }, "Item3": { "@Name": "ScaleCaption", "@Description": "{scale_caption}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "45" }, "Item4": { "@Name": "ScaleOverview", "@Description": "{scale_value_ov}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "46" }, "Item5": { "@Name": "ScaleOverviewCaption", "@Description": "{scale_caption_ov}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "47" }, "Item6": { "@Name": "OrganizationAddress", "@Description": "{orgadr_value}", "@ValueInfo": "Wilhelm-Greil-Straße 17,\nA-6020 Innsbruck", "@Type": "#Ref-42", "@Ref": "48" }, "Item7": { "@Name": "Organization", "@Description": "{orgname_value}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "49" }, "Item8": { "@Name": "Title", "@Description": "{title_value}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "50" }, "Item9": { "@Name": "CreatorDescription", "@Description": "{creator_description}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "51" }, "Item10": { "@Name": "CreatorCaption", "@Description": "{creator_caption}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "52" }, "Item11": { "@Name": "DateCaption", "@Description": "{createdat_caption}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "53" }, "Item12": { "@Name": "Disclaimer", "@Description": "{disclaimer_value}", "@ValueInfo": "", "@Type": "#Ref-42", "@Ref": "54" } }, "@Version": "20.2", "@Name": "A3_Portrait", "@Dpi": "254", "@Ref": "55" } }
VertiGIS, Printing, Layout, Template
Copyright 2023, VertiGIS GmbH
There are no use limitations for this item.