{
  "ReportVersion": "2023.1.1.0",
  "ReportGuid": "970f28a99641427ca0685014a44551e5",
  "ReportName": "Report",
  "ReportAlias": "Report",
  "ReportCreated": "/Date(1517699544000+0100)/",
  "ReportChanged": "/Date(1671492727189+0100)/",
  "EngineVersion": "EngineV2",
  "Script": "using System;\r\nusing System.Drawing;\r\nusing System.Windows.Forms;\r\nusing System.Data;\r\nusing Stimulsoft.Controls;\r\nusing Stimulsoft.Base.Drawing;\r\nusing Stimulsoft.Report;\r\nusing Stimulsoft.Report.Dialogs;\r\nusing Stimulsoft.Report.Components;\r\n\r\nnamespace Reports\r\n{\r\n    public class Report : Stimulsoft.Report.StiReport\r\n    {\r\n        public Report()        {\r\n            this.InitializeComponent();\r\n        }\r\n\r\n        #region StiReport Designer generated code - do not modify\r\n\t\t#endregion StiReport Designer generated code - do not modify\r\n    }\r\n}\r\n",
  "ReferencedAssemblies": {
    "0": "System.Dll",
    "1": "System.Drawing.Dll",
    "2": "System.Windows.Forms.Dll",
    "3": "System.Data.Dll",
    "4": "System.Xml.Dll",
    "5": "Stimulsoft.Controls.Dll",
    "6": "Stimulsoft.Base.Dll",
    "7": "Stimulsoft.Report.Dll"
  },
  "Pages": {
    "0": {
      "Ident": "StiPage",
      "Name": "Page1",
      "Guid": "1e40897d415ef9ce5c8fd6f4c6e1e723",
      "Interaction": {
        "Ident": "StiInteraction"
      },
      "Border": ";;2;;;;;solid:Black",
      "Brush": "solid:",
      "Components": {
        "0": {
          "Ident": "StiDataBand",
          "Name": "DataBand1",
          "ClientRectangle": "0,0.4,19,5.6",
          "Interaction": {
            "Ident": "StiBandInteraction"
          },
          "Border": ";;;;;;;solid:Black",
          "Brush": "solid:",
          "Components": {
            "0": {
              "Ident": "StiText",
              "Name": "Text1",
              "ClientRectangle": "0.2,0.2,9.2,4.6",
              "ComponentPlacement": "p.Page1",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "Text": {
                "Value": "Hi, I am the new kid in the block.\r\nI was told to make a report using your tool, and they ask me to show a long (or maybe not that long) text coming from DB in two columns. I've tried with a DataBand with columns but i just show the whole text in one column. I've played with the CanBreak and Max Number of lines properties but it didn't work either.\r\nTo show a prototype what i did was to use two text components and show Left chars and Right chars in each.\r\nIs there a better way to do this? with the solution I presented theres always error when splitting words"
              },
              "RenderTo": "Text2",
              "Font": ";12;;",
              "Border": "All;;;;;;;solid:Black",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "TextOptions": {
                "WordWrap": true
              },
              "Type": "Expression"
            },
            "1": {
              "Ident": "StiText",
              "Name": "Text2",
              "Guid": "fddcf52d1075d9827f8c0483f1fa8cce",
              "ClientRectangle": "9.6,0.2,9.2,4.6",
              "ComponentPlacement": "p.Page1",
              "Interaction": {
                "Ident": "StiInteraction"
              },
              "RenderTo": "Text3",
              "Font": ";12;;",
              "Border": "All;;;;;;;solid:Black",
              "Brush": "solid:",
              "TextBrush": "solid:Black",
              "TextOptions": {
                "WordWrap": true
              },
              "Type": "Expression"
            }
          }
        }
      },
      "PageWidth": 21.0,
      "PageHeight": 29.7,
      "Watermark": {
        "TextBrush": "solid:50,0,0,0"
      },
      "Margins": {
        "Left": 1.0,
        "Right": 1.0,
        "Top": 1.0,
        "Bottom": 1.0
      }
    }
  }
}