77b65bea-e766-4e3c-a1ed-c4c2534b6019 true D0001-SQL-11.sdt.local jazz dev master Prod true <ProgramFilesX64>\Microsoft SDKs\Azure\.NET SDK\v2.9\bin\plugins\Diagnostics\Newtonsoft.Json.dll Amazon.Lambda.S3Events AWSSDK.Core AWSSDK.S3 Amazon Amazon.Auth.AccessControlPolicy Amazon.Auth.AccessControlPolicy.ActionIdentifiers Amazon.Internal Amazon.Lambda.S3Events Amazon.MissingTypes Amazon.Runtime Amazon.Runtime.CredentialManagement Amazon.Runtime.CredentialManagement.Internal Amazon.Runtime.EventStreams Amazon.Runtime.EventStreams.Internal Amazon.Runtime.Internal Amazon.Runtime.Internal.Auth Amazon.Runtime.Internal.Settings Amazon.Runtime.Internal.Transform Amazon.Runtime.Internal.Util Amazon.Runtime.SharedInterfaces Amazon.Runtime.SharedInterfaces.Internal Amazon.S3 Amazon.S3.Encryption Amazon.S3.Encryption.Internal Amazon.S3.Internal Amazon.S3.IO Amazon.S3.Model Amazon.S3.Model.Internal.MarshallTransformations Amazon.S3.Transfer Amazon.S3.Util Amazon.Util Amazon.Util.Internal Amazon.Util.Internal.PlatformServices Newtonsoft.Json Newtonsoft.Json.Converters Newtonsoft.Json.Linq Newtonsoft.Json.Schema Newtonsoft.Json.Serialization System System.Diagnostics System.Diagnostics.Tracing System.IO.Compression ThirdParty.BouncyCastle.Asn1 ThirdParty.BouncyCastle.Asn1.Utilities ThirdParty.BouncyCastle.Math ThirdParty.BouncyCastle.OpenSsl ThirdParty.BouncyCastle.Utilities.IO.Pem ThirdParty.Ionic.Zlib ThirdParty.Json.LitJson ThirdParty.MD5 var reportGUIDs = new Guid[] { new Guid("e06ef5e3-102d-4563-8e22-9c3ecbf6e671"), new Guid("d0a5c9dc-c5d7-4a0b-a0f9-282735a44782"), new Guid("b2575e8d-24bf-4f19-90c4-233d26a705d0"), new Guid("28aa8af2-d21b-4307-85f0-cf7906363742") }; (from report in REReports where reportGUIDs.Contains(report.ReportGUID) select new { Report = report, Setup = (from s in REDSCubeReportSetups where s.ReportGUID == report.ReportGUID select new { s.DSCubeReportSetupGUID, s.ReportGUID, s.LaunchMode, s.IsDrilldownIndented, s.Style, s.IsAutoRefresh, SortArgs = s.SortArgsXML.XMLToJson(Newtonsoft.Json.Formatting.Indented), }), DataSources = (from ds in REDSCubeReportDataSourceLinks where ds.ReportGUID == report.ReportGUID select ds) }).Dump();