{
  "ReportVersion": "2019.4.1.0",
  "ReportGuid": "e9ac88df5ba24b64ba56f490389d985c",
  "ReportName": "Report",
  "ReportAlias": "Report",
  "ReportCreated": "/Date(1535671936000+0200)/",
  "ReportChanged": "/Date(1571992618603+0200)/",
  "EngineVersion": "EngineV2",
  "CalculationMode": "Interpretation",
  "CacheAllData": true,
  "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"
  },
  "Dictionary": {
    "Variables": {
      "0": {
        "Value": "1",
        "Name": "Variable",
        "DialogInfo": {
          "DateTimeType": "DateAndTime"
        },
        "Alias": "parIdCustomer",
        "Type": "System.Int32"
      }
    },
    "DataSources": {
      "0": {
        "Ident": "StiMySqlSource",
        "Name": "shop",
        "Alias": "shop",
        "Key": "dd91e719135941149821efeb8b1d6fac",
        "Columns": {
          "0": {
            "Name": "shopid",
            "Index": -1,
            "NameInSource": "shopid",
            "Alias": "shopid",
            "Type": "System.Int32"
          },
          "1": {
            "Name": "shopname",
            "Index": -1,
            "NameInSource": "shopname",
            "Alias": "shopname",
            "Type": "System.String"
          }
        },
        "NameInSource": "stimultestdb",
        "SqlCommand": "select * from shop"
      },
      "1": {
        "Ident": "StiMySqlSource",
        "Name": "customer",
        "Alias": "customer",
        "Key": "ca3e84746823411590954c2e052873e3",
        "Columns": {
          "0": {
            "Name": "customerid",
            "Index": -1,
            "NameInSource": "customerid",
            "Alias": "customerid",
            "Type": "System.Int32"
          },
          "1": {
            "Name": "customername",
            "Index": -1,
            "NameInSource": "customername",
            "Alias": "customername",
            "Type": "System.String"
          }
        },
        "NameInSource": "stimultestdb",
        "SqlCommand": "select * from customer"
      },
      "2": {
        "Ident": "StiMySqlSource",
        "Name": "salespercustomer",
        "Alias": "salespercustomer",
        "Key": "e350ff0b7c864c6f9b550a99b70091b3",
        "Columns": {
          "0": {
            "Name": "customerid",
            "Index": -1,
            "NameInSource": "customerid",
            "Alias": "customerid",
            "Type": "System.Int32"
          },
          "1": {
            "Name": "quantitysold",
            "Index": -1,
            "NameInSource": "quantitysold",
            "Alias": "quantitysold",
            "Type": "System.Int32"
          },
          "2": {
            "Name": "salespercustomer_id",
            "Index": -1,
            "NameInSource": "salespercustomer_id",
            "Alias": "salespercustomer_id",
            "Type": "System.Int32"
          },
          "3": {
            "Name": "shopid",
            "Index": -1,
            "NameInSource": "shopid",
            "Alias": "shopid",
            "Type": "System.Int32"
          }
        },
        "NameInSource": "stimultestdb",
        "SqlCommand": "select * from salespercustomer where shopid = ?",
        "Parameters": {
          "0": {
            "Name": "test",
            "Type": 2
          }
        }
      }
    },
    "Databases": {
      "0": {
        "Ident": "StiMySqlDatabase",
        "Name": "stimultestdb",
        "Alias": "stimultestdb",
        "ConnectionStringEncrypted": "49DXCe9cAR1gXCn85xhlXotq2S1mXdOFaVqh2MpE617GWmUJyUyIhWtdnNhhBHcjxGz7SE9MS93hQbmEagT2P5BU0QvGVA=="
      }
    }
  },
  "Pages": {
    "0": {
      "Ident": "StiDashboard",
      "Name": "Dashboard1",
      "Guid": "3306ed606d9e44f884dd685745751ff8",
      "Brush": "solid:",
      "Components": {
        "0": {
          "Ident": "StiTableElement",
          "Name": "Tableshop",
          "Guid": "2dd5ff2daab9485a803eec67be7c10c9",
          "ClientRectangle": "20,0,280,280",
          "Border": ";;;;",
          "Columns": {
            "0": {
              "Ident": "DimensionColumn",
              "Key": "269c5f2ca0834f0d8f4d3331f7acc5ac",
              "Expression": "shop.shopid",
              "Label": "shopid",
              "HorAlignment": "Right",
              "TextFormat": {
                "Ident": "StiNumberFormatService",
                "NegativePattern": 1,
                "DecimalSeparator": ",",
                "DecimalDigits": 0,
                "GroupSeparator": ".",
                "UseLocalSetting": false
              },
              "DashboardInteraction": {
                "Ident": "TableColumn",
                "OnHover": "None",
                "OnClick": "None",
                "HyperlinkDestination": "NewTab"
              }
            },
            "1": {
              "Ident": "DimensionColumn",
              "Key": "d9bda4698248417f9c11178201488276",
              "Expression": "shop.shopname",
              "Label": "shopname",
              "DashboardInteraction": {
                "Ident": "TableColumn",
                "OnHover": "ShowToolTip",
                "OnClick": "ShowDashboard",
                "HyperlinkDestination": "NewTab",
                "ToolTip": "<font face=\"Arial\" size=\"12\"><text-align=\"Center\">click me</text-align></font>",
                "DrillDownPageKey": "9b520f671ba94530a6d9dcbc9ecb2a25",
                "DrillDownParameters": {
                  "0": {
                    "Name": "test",
                    "Expression": "{Row.shopid}"
                  }
                }
              }
            }
          },
          "HeaderFont": ";10;;",
          "FooterFont": ";10;;",
          "Title": {
            "Text": "Shop"
          },
          "DashboardInteraction": {
            "Ident": "Table",
            "OnHover": "ShowToolTip",
            "OnClick": "ApplyFilter",
            "HyperlinkDestination": "NewTab"
          }
        }
      },
      "Border": ";;2;;;;;solid:Black"
    },
    "1": {
      "Ident": "StiDashboard",
      "Name": "Dashboard2",
      "Guid": "9b520f671ba94530a6d9dcbc9ecb2a25",
      "Brush": "solid:",
      "Components": {
        "0": {
          "Ident": "StiTableElement",
          "Name": "Tablesalespercustomer",
          "Guid": "9aea2b8d66ab447c88e4d14f21d8f3f9",
          "ClientRectangle": "140,100,280,280",
          "Border": ";;;;",
          "Columns": {
            "0": {
              "Ident": "DimensionColumn",
              "Key": "1bac9abdeb87456b8ddb561be9798714",
              "Expression": "salespercustomer.customerid",
              "Label": "customerid",
              "HorAlignment": "Right",
              "TextFormat": {
                "Ident": "StiNumberFormatService",
                "NegativePattern": 1,
                "DecimalSeparator": ",",
                "DecimalDigits": 0,
                "GroupSeparator": ".",
                "UseLocalSetting": false
              },
              "DashboardInteraction": {
                "Ident": "TableColumn",
                "OnHover": "None",
                "OnClick": "None",
                "HyperlinkDestination": "NewTab"
              }
            },
            "1": {
              "Ident": "DimensionColumn",
              "Key": "951c1a594fbd4980ab15078b184e2bad",
              "Expression": "salespercustomer.quantitysold",
              "Label": "quantitysold",
              "HorAlignment": "Right",
              "TextFormat": {
                "Ident": "StiNumberFormatService",
                "NegativePattern": 1,
                "DecimalSeparator": ",",
                "DecimalDigits": 0,
                "GroupSeparator": ".",
                "UseLocalSetting": false
              },
              "DashboardInteraction": {
                "Ident": "TableColumn",
                "OnHover": "None",
                "OnClick": "None",
                "HyperlinkDestination": "NewTab"
              }
            },
            "2": {
              "Ident": "DimensionColumn",
              "Key": "522b6488bdcb462f84f8b7cf5d7ff561",
              "Expression": "salespercustomer.salespercustomer_id",
              "Label": "salespercustomer_id",
              "HorAlignment": "Right",
              "TextFormat": {
                "Ident": "StiNumberFormatService",
                "NegativePattern": 1,
                "DecimalSeparator": ",",
                "DecimalDigits": 0,
                "GroupSeparator": ".",
                "UseLocalSetting": false
              },
              "DashboardInteraction": {
                "Ident": "TableColumn",
                "OnHover": "None",
                "OnClick": "None",
                "HyperlinkDestination": "NewTab"
              }
            },
            "3": {
              "Ident": "DimensionColumn",
              "Key": "675cb3a4b9484d92be2dc72b321bb12f",
              "Expression": "salespercustomer.shopid",
              "Label": "shopid",
              "HorAlignment": "Right",
              "TextFormat": {
                "Ident": "StiNumberFormatService",
                "NegativePattern": 1,
                "DecimalSeparator": ",",
                "DecimalDigits": 0,
                "GroupSeparator": ".",
                "UseLocalSetting": false
              },
              "DashboardInteraction": {
                "Ident": "TableColumn",
                "OnHover": "None",
                "OnClick": "None",
                "HyperlinkDestination": "NewTab"
              }
            }
          },
          "HeaderFont": ";10;;",
          "FooterFont": ";10;;",
          "Title": {
            "Text": "Salespercustomer"
          },
          "DashboardInteraction": {
            "Ident": "Table",
            "OnHover": "ShowToolTip",
            "OnClick": "ApplyFilter",
            "HyperlinkDestination": "NewTab"
          }
        }
      },
      "Border": ";;2;;;;;solid:Black"
    }
  }
}