labelreport 3 0.12in 1in 2.63in 0.26153in true Contact Name =Fields!ContactName.Value 0.246157in true =Fields!Address.Value 0.246157in true =Fields!City.Value & "," & Fields!PostalCode.Value 0.246157in true =Fields!Country.Value 2.63in 1in Customers 0.5in 0.19in 0.18in 0.5in 11in 8.5in 2.63in jsondoc=C:\Users\22ale\OneDrive\Documents\ActiveReports 17 Samples\Samples17-main\Data\customers.json;schemadata= { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "Customers": { "type": "array", "items": { "type": "object", "properties": { "Id": { "type": "string" }, "CompanyName": { "type": "string" }, "ContactName": { "type": "string" }, "ContactTitle": { "type": "string" }, "Address": { "type": "string" }, "City": { "type": "string" }, "PostalCode": { "type": "string" }, "Country": { "type": "string" }, "Phone": { "type": "string" }, "Fax": { "type": "string" } }, "required": [ "Id", "CompanyName", "ContactName", "ContactTitle", "Address", "City", "PostalCode", "Country", "Phone", "Fax" ] } }, "ResponseStatus": { "type": "object", "properties": {} } }, "required": [ "Customers", "ResponseStatus" ]} JSON Id CompanyName ContactName ContactTitle Address City PostalCode Country Phone Fax $.Customers[*] DataSource1