├── .gitignore ├── ArmTemplate ├── Resources │ ├── availabilitySets.json │ ├── azuredeploy.parameters.json │ ├── configuringSQL.json │ ├── configuringSharepoint.json │ ├── configuringSsrs.json │ ├── createUiDefinition.json │ ├── creatingNICS.json │ ├── creatingNICSFarm.json │ ├── creatingPublicIPs.json │ ├── dsc │ │ ├── ConfigureSqlServer.ps1.zip │ │ ├── CreateADPDC.ps1.zip │ │ └── PrepareSqlServer.ps1.zip │ ├── joinDomainSQLVm.json │ ├── loadBalancers.json │ ├── loadBalancersFarm.json │ ├── mainTemplate.json │ ├── metadata.json │ ├── provisioningCleanMachineForPBIRS.json │ ├── provisioningDomainController.json │ ├── provisioningSQL.json │ ├── publicip-new.json │ ├── storageAccount.json │ ├── vnet-new.json │ └── vnet-with-dns-server.json └── SSRS-MultiMachine │ ├── Deploy-AzureResourceGroup.ps1 │ ├── azuredeploy.json │ ├── azuredeploy.parameters.json │ └── azuredeployFarm.json ├── License.md ├── RSLoadTest.testsettings ├── RSLoadTests.sln ├── Readme.md ├── SECURITY.md ├── Test.cmd ├── TestContent.cmd ├── TestContentWithPBI.cmd ├── TestForCI.cmd ├── appveyor.yml ├── docs ├── OnboardMobile.md ├── OnboardPaginated.md ├── OnboardPbi.md └── images │ ├── image1.png │ ├── image10.png │ ├── image101.png │ ├── image102.png │ ├── image103.png │ ├── image104.png │ ├── image105.png │ ├── image106.png │ ├── image107.png │ ├── image11.png │ ├── image12.png │ ├── image13.png │ ├── image14.png │ ├── image15.png │ ├── image16.png │ ├── image2.png │ ├── image3.png │ ├── image4.png │ ├── image5.png │ ├── image6.png │ ├── image7.png │ ├── image8.png │ └── image9.png └── src ├── RSAccessor ├── ContextFactory.cs ├── IRSExecution.cs ├── IRSManagement.cs ├── Implementation │ ├── ReportExecution2005.cs │ └── ReportingService2010.cs ├── ODataClient.tt ├── ODataClient.ttinclude ├── PortalAccessor.cs ├── Properties │ └── AssemblyInfo.cs ├── Proxy │ ├── ReportExecutionService.cs │ ├── ReportingService2010.cs │ ├── v1 │ │ └── ODataClient.cs │ └── v2 │ │ └── ODataClient.cs ├── RSAccessor.csproj ├── RSPortalAccessorV1.cs ├── RSPortalAccessorV2.cs ├── RSSoapAccessor.cs ├── RSUrlAccessor.cs ├── StructureManagement.cs ├── StructureRuntime.cs ├── Utilities │ ├── Converter.cs │ └── RSRenderStruct.cs └── packages.config └── RSLoad ├── Actions ├── LargeFiles │ └── LargeFilesActions.cs ├── Mobile │ ├── MobileActions.cs │ ├── MobileOnboard.cs │ └── Smoke.cs ├── PSSActionBase.cs ├── Paginated │ ├── ContentValidator.cs │ ├── ExportLive.cs │ ├── ExportWithSession.cs │ ├── ExportWithSnapshot.cs │ ├── PaginatedOnboard.cs │ ├── ProfessionalActions.cs │ ├── Rendering.cs │ ├── SOAPAPI.cs │ ├── Smoke.cs │ └── ViewerControl.cs ├── Portal │ └── PortalActions.cs └── PowerBI │ └── PowerBIActions.cs ├── AllLoad.loadtest ├── Client ├── MobileClient.cs └── PowerBIClient.cs ├── ConstantLoadWithPBI.loadtest ├── ContentManager ├── CollectionSelector.cs ├── Config │ ├── BadCombination.cs │ ├── ReportWeight.cs │ └── SharedConstants.cs ├── ContentManagerBase.cs ├── ContentManagerFactory.cs ├── IContentManager.cs ├── PortalContentManager.cs ├── RandomContentManager.cs ├── RuntimeResources │ ├── DataSources.xml │ ├── MobileTest │ │ ├── KPI_1000.kpi │ │ ├── MR_1000.rsmobile │ │ ├── MR_1000_1000.rsmobile │ │ ├── MR_1000_1000_1000.rsmobile │ │ ├── MR_1000_1000_1000_1000.rsmobile │ │ ├── MR_1000_1000_1000_50000.rsmobile │ │ ├── MR_1000_1000_50000.rsmobile │ │ ├── MR_1000_1000_50000_50000.rsmobile │ │ ├── MR_1000_50000.rsmobile │ │ ├── MR_1000_50000_50000.rsmobile │ │ ├── MR_50000.rsmobile │ │ ├── MR_50000_50000_50000.rsmobile │ │ ├── SalesOrderDetail_Top1000.rsd │ │ ├── SalesOrderDetail_Top50000.rsd │ │ ├── TransactionHistory_Top1000.rsd │ │ ├── WorkOrderRouting_Top1000.rsd │ │ ├── WorkOrderRouting_Top50000.rsd │ │ ├── WorkOrder_Top1000.rsd │ │ └── WorkOrder_Top50000.rsd │ ├── Paginated │ │ ├── BadCombinations.xml │ │ ├── General │ │ │ ├── 1000charts.rdl │ │ │ ├── 1000gauges.rdl │ │ │ ├── AdventureWorks.rds │ │ │ ├── AdventureWorks2000.rds │ │ │ ├── BriefingBook.rdl │ │ │ ├── Chart with Filter.rdl │ │ │ ├── Chart with Sorting.rdl │ │ │ ├── Chart with Sub-Report.rdl │ │ │ ├── Chart.rdl │ │ │ ├── DWScale.rds │ │ │ ├── DeepM-Large.rdl │ │ │ ├── DeepM-Medium.rdl │ │ │ ├── DeepT-Large.rdl │ │ │ ├── DeepT-Medium.rdl │ │ │ ├── EmployeeCategorySalesChart.rdl │ │ │ ├── HomeAdvisor.rds │ │ │ ├── HomeAdvisor_Generates5MBDataset.rdl │ │ │ ├── HomeAdvisor_RowsParameter.rdl │ │ │ ├── List.rdl │ │ │ ├── MultipleReports.rdl │ │ │ ├── Northwind.rds │ │ │ ├── NorthwindArabic.rds │ │ │ ├── Product Catalog.rdl │ │ │ ├── Product Line Sales.rdl │ │ │ ├── RecursiveT.rdl │ │ │ ├── SimpleL-Medium.rdl │ │ │ ├── SimpleL-Subreports-Sub1.rdl │ │ │ ├── SimpleL-Subreports-Sub2.rdl │ │ │ ├── SimpleL-Subreports.rdl │ │ │ ├── SimpleM-Large.rdl │ │ │ ├── SimpleM-Medium.rdl │ │ │ ├── SimpleM-Small.rdl │ │ │ ├── SimpleT-Medium.rdl │ │ │ ├── SimpleT-Small.rdl │ │ │ ├── TestRpt0609.rdl │ │ │ ├── UserSortSimpleTable.rdl │ │ │ ├── UserSort_Detail.rdl │ │ │ ├── UserSort_Group.rdl │ │ │ ├── UserSort_Group_SubGroup.rdl │ │ │ ├── UserSort_SubReportDetail.rdl │ │ │ ├── hugedatapoints.rdl │ │ │ └── toomanygauges.rdl │ │ ├── GeneralMassive │ │ │ ├── HomeAdvisor_Matrix.rdl │ │ │ ├── HomeAdvisor_OfficeDetails.rdl │ │ │ ├── HomeAdvisor_PropertiesByOffice_NoSubs.rdl │ │ │ └── SimpleT-Massive.rdl │ │ ├── Large │ │ │ ├── DeepM-Large.rdl │ │ │ ├── DeepT-Large.rdl │ │ │ ├── Product Catalog.rdl │ │ │ ├── SimpleM-Large.rdl │ │ │ ├── SimpleT-Large-Pagination.rdl │ │ │ └── SimpleT-Large.rdl │ │ ├── NewReports │ │ │ ├── 016ShowHideMatrixStaticRowCol.rdl │ │ │ ├── 3RowsReport.rdl │ │ │ ├── AdventureWorks2000.rds │ │ │ ├── NewMatrix.rdl │ │ │ ├── NewMatrixComplex.rdl │ │ │ ├── NewMatrixComplexStatics.rdl │ │ │ ├── NewMatrixNestedList.rdl │ │ │ ├── NewMatrixNestedMatrix.rdl │ │ │ ├── NewNestedLists.rdl │ │ │ ├── NewNestedTableAndList.rdl │ │ │ ├── NewNestedTables.rdl │ │ │ ├── NewTableDetails.rdl │ │ │ ├── NewTableGroupImages.rdl │ │ │ ├── NewTableGroups.rdl │ │ │ ├── NewTableMergedCells.rdl │ │ │ ├── NewTextbox.rdl │ │ │ ├── Northwind.rds │ │ │ └── Pie.Percentage.rdl │ │ ├── NoDatasource │ │ │ └── imageOnly.rdl │ │ ├── PGQL │ │ │ ├── BriefingBook.rdl │ │ │ ├── Chart.rdl │ │ │ ├── DeepM-Large.rdl │ │ │ ├── DeepM-Medium.rdl │ │ │ ├── DeepT-Large.rdl │ │ │ ├── DeepT-Medium.rdl │ │ │ ├── Gauge.rdl │ │ │ ├── Product Catalog.rdl │ │ │ ├── Product Line Sales.rdl │ │ │ ├── RecursiveT.rdl │ │ │ ├── RichText_Consolidated.rdl │ │ │ ├── SimpleL-Medium.rdl │ │ │ ├── SimpleM-Large.rdl │ │ │ ├── SimpleM-Medium.rdl │ │ │ ├── SimpleM-Small.rdl │ │ │ ├── SimpleT-Medium.rdl │ │ │ ├── SimpleT-Small.rdl │ │ │ └── SparklinesAndIndicators.rdl │ │ ├── Performance │ │ │ ├── Aggregates of Expressions.rdl │ │ │ ├── Aggregates of Fields.rdl │ │ │ ├── BriefingBook.rdl │ │ │ ├── Calculated Fields.rdl │ │ │ ├── Chart with Filter.rdl │ │ │ ├── Chart with Sorting.rdl │ │ │ ├── Chart with Sub-Report.rdl │ │ │ ├── Chart.rdl │ │ │ ├── Colormap.rdl │ │ │ ├── Complex Expressions.rdl │ │ │ ├── Conditional Formatting.rdl │ │ │ ├── DV_MapPolygonLayer_Marker.rdl │ │ │ ├── DV_USAStatesDrillthrough.rdl │ │ │ ├── DeepM-Large.rdl │ │ │ ├── DeepM-Medium.rdl │ │ │ ├── DeepT-Large.rdl │ │ │ ├── DeepT-Medium.rdl │ │ │ ├── Election.rdl │ │ │ ├── Embedded Images.rdl │ │ │ ├── FilterDatasetCmplxExp.rdl │ │ │ ├── FilterDatasetSmplFldRef.rdl │ │ │ ├── FilterGroupAggExprssns.rdl │ │ │ ├── FilterGroupAggFields.rdl │ │ │ ├── Gauge Multi Gauge panel.rdl │ │ │ ├── Gauge With Filter.rdl │ │ │ ├── Gauge with Sub-Report.rdl │ │ │ ├── Gauge.rdl │ │ │ ├── Large Aggregation Small Output.rdl │ │ │ ├── List.rdl │ │ │ ├── MapAllElements.rdl │ │ │ ├── MapinTablix_State.rdl │ │ │ ├── MapinTablix_State_Bookmark.rdl │ │ │ ├── Matrix.rdl │ │ │ ├── MatrixNestedAggs.rdl │ │ │ ├── MatrixSorting.rdl │ │ │ ├── MatrixSubRpt.rdl │ │ │ ├── Multi-column with 5 Columns.rdl │ │ │ ├── Multiple Queries Transactions.rdl │ │ │ ├── Multiple Queries.rdl │ │ │ ├── Nested Aggregates.rdl │ │ │ ├── Parameters Query and Hierarchical.rdl │ │ │ ├── Polygon_Point_LineMap.rdl │ │ │ ├── Product Catalog.rdl │ │ │ ├── Product Line Sales.rdl │ │ │ ├── Recursive Drilldown.rdl │ │ │ ├── RecursiveT.rdl │ │ │ ├── RichText_Consolidated.rdl │ │ │ ├── RichText_LargeHorzList.rdl │ │ │ ├── RichText_MultipleTextBox.rdl │ │ │ ├── RoughElectionMapFilteredAtDS.rdl │ │ │ ├── Running Value.rdl │ │ │ ├── Show Hide.rdl │ │ │ ├── SimpleL-Medium.rdl │ │ │ ├── SimpleL-Subreports.rdl │ │ │ ├── SimpleM-Large.rdl │ │ │ ├── SimpleM-Medium.rdl │ │ │ ├── SimpleM-Small.rdl │ │ │ ├── SimpleT-Medium.rdl │ │ │ └── SimpleT-Small.rdl │ │ ├── ScaleReportsWeight.xml │ │ ├── Small │ │ │ ├── BriefingBook.rdl │ │ │ ├── Chart with Filter.rdl │ │ │ ├── Chart with Sorting.rdl │ │ │ ├── Chart with Sub-Report.rdl │ │ │ ├── Chart.rdl │ │ │ ├── DeepM-Medium.rdl │ │ │ ├── DeepT-Medium.rdl │ │ │ ├── Product Line Sales.rdl │ │ │ ├── RecursiveT.rdl │ │ │ ├── SimpleL-Medium.rdl │ │ │ ├── SimpleM-Medium.rdl │ │ │ ├── SimpleM-Small.rdl │ │ │ ├── SimpleT-Medium.rdl │ │ │ └── SimpleT-Small.rdl │ │ └── SubReports │ │ │ ├── SimpleL-Subreports-Sub1.rdl │ │ │ ├── SimpleL-Subreports-Sub2.rdl │ │ │ ├── Sub-Report for Matrix.rdl │ │ │ └── Sub-Report with Parameter.rdl │ ├── Portal │ │ ├── Aggregates of Expressions.rdl │ │ ├── Aggregates of Fields.rdl │ │ ├── BriefingBook.rdl │ │ ├── Calculated Fields.rdl │ │ ├── Chart with Filter.rdl │ │ ├── Chart with Sorting.rdl │ │ ├── Chart with Sub-Report.rdl │ │ ├── Chart.rdl │ │ ├── Colormap.rdl │ │ ├── Complex Expressions.rdl │ │ ├── Conditional Formatting.rdl │ │ ├── CustomUnitPerformanceAnalysis.Xrdl │ │ ├── DV_MapPolygonLayer_Marker.rdl │ │ ├── DV_USAStatesDrillthrough.rdl │ │ ├── DeepM-Large.rdl │ │ ├── DeepM-Medium.rdl │ │ ├── DeepT-Large.rdl │ │ ├── DeepT-Medium.rdl │ │ ├── Election.rdl │ │ ├── Embedded Images.rdl │ │ ├── FilterDatasetCmplxExp.rdl │ │ ├── FilterDatasetSmplFldRef.rdl │ │ ├── FilterGroupAggExprssns.rdl │ │ ├── FilterGroupAggFields.rdl │ │ ├── Gauge Multi Gauge panel.rdl │ │ ├── Gauge With Filter.rdl │ │ ├── Gauge with Sub-Report.rdl │ │ ├── Gauge.rdl │ │ ├── HomeAdvisor_Matrix.rdl │ │ ├── HomeAdvisor_OfficeDetails.rdl │ │ ├── HomeAdvisor_PropertiesByOffice_NoSubs.rdl │ │ ├── KPI_1000.kpi │ │ ├── Large Aggregation Small Output.rdl │ │ ├── List.rdl │ │ ├── MR_1000.rsmobile │ │ ├── MR_1000_1000.rsmobile │ │ ├── MR_1000_1000_1000.rsmobile │ │ ├── MR_1000_1000_1000_1000.rsmobile │ │ ├── MR_1000_1000_1000_50000.rsmobile │ │ ├── MR_1000_1000_50000.rsmobile │ │ ├── MR_1000_1000_50000_50000.rsmobile │ │ ├── MR_1000_50000.rsmobile │ │ ├── MR_1000_50000_50000.rsmobile │ │ ├── MR_50000.rsmobile │ │ ├── MR_50000_50000_50000.rsmobile │ │ ├── MapAllElements.rdl │ │ ├── MapinTablix_State.rdl │ │ ├── MapinTablix_State_Bookmark.rdl │ │ ├── Matrix.rdl │ │ ├── MatrixNestedAggs.rdl │ │ ├── MatrixSorting.rdl │ │ ├── MatrixSubRpt.rdl │ │ ├── Multi-column with 5 Columns.rdl │ │ ├── Multiple Queries Transactions.rdl │ │ ├── Multiple Queries.rdl │ │ ├── Nested Aggregates.rdl │ │ ├── Parameters Query and Hierarchical.rdl │ │ ├── Polygon_Point_LineMap.rdl │ │ ├── Product Catalog.rdl │ │ ├── Product Line Sales.rdl │ │ ├── Recursive Drilldown.rdl │ │ ├── RecursiveT.rdl │ │ ├── RichText_Consolidated.rdl │ │ ├── RichText_LargeHorzList.rdl │ │ ├── RichText_MultipleTextBox.rdl │ │ ├── RoughElectionMapFilteredAtDS.rdl │ │ ├── Running Value.rdl │ │ ├── SalesOrderDetail_Top1000.rsd │ │ ├── SalesOrderDetail_Top50000.rsd │ │ ├── Show Hide.rdl │ │ ├── SimpleL-Medium.rdl │ │ ├── SimpleL-Subreports-Sub1.rdl │ │ ├── SimpleL-Subreports-Sub2.rdl │ │ ├── SimpleL-Subreports.rdl │ │ ├── SimpleM-Large.rdl │ │ ├── SimpleM-Medium.rdl │ │ ├── SimpleM-Small.rdl │ │ ├── SimpleT-Large-Pagination.rdl │ │ ├── SimpleT-Large.rdl │ │ ├── SimpleT-Massive.rdl │ │ ├── SimpleT-Medium.rdl │ │ ├── SimpleT-Small.rdl │ │ ├── Sub-Report for Matrix.rdl │ │ ├── Sub-Report with Parameter.rdl │ │ ├── TransactionHistory_Top1000.rsd │ │ ├── WorkOrderRouting_Top1000.rsd │ │ ├── WorkOrderRouting_Top50000.rsd │ │ ├── WorkOrder_Top1000.rsd │ │ ├── WorkOrder_Top50000.rsd │ │ ├── imageOnly.rdl │ │ ├── pdfrenderissue.rdl │ │ └── pdfrenderissueNoPHExpr.rdl │ └── PowerBI │ │ ├── Queries │ │ ├── AdventureWorksSalesEmbedded │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ └── query_3.json │ │ ├── AdventureWorks_Sales │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ ├── query_3.json │ │ │ └── query_4.json │ │ ├── CustomersEmbedded │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ └── query_3.json │ │ ├── DataRefresh_embedded_1 │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ ├── query_3.json │ │ │ └── query_4.json │ │ ├── DataRefresh_embedded_2 │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ └── query_3.json │ │ ├── DataRefresh_embedded_3 │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ └── query_3.json │ │ ├── Inventory │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ ├── query_3.json │ │ │ └── query_4.json │ │ ├── MoviesEmbedded │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ └── query_3.json │ │ ├── OrdersDirectQuery │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ ├── query_3.json │ │ │ └── query_4.json │ │ └── Sales2008DirectQuery │ │ │ ├── query_1.json │ │ │ ├── query_2.json │ │ │ ├── query_3.json │ │ │ └── query_4.json │ │ └── Reports │ │ ├── AdventureWorksSalesEmbedded.pbix │ │ ├── AdventureWorks_Sales.pbix │ │ ├── CustomersEmbedded.pbix │ │ ├── DataRefresh_embedded_1.pbix │ │ ├── DataRefresh_embedded_2.pbix │ │ ├── DataRefresh_embedded_3.pbix │ │ ├── Inventory.pbix │ │ ├── MoviesEmbedded.pbix │ │ ├── OrdersDirectQuery.pbix │ │ └── Sales2008DirectQuery.pbix └── SessionManager.cs ├── LargeFilesLoad.loadtest ├── MixedLoad.loadtest ├── MixedLoadWithPBI.loadtest ├── PaginatedLoad.loadtest ├── Plugins └── InitContentPlugin.cs ├── PowerBILoad.loadtest ├── Properties └── AssemblyInfo.cs ├── RSLoad.csproj ├── RSTest.Common.ReportServer.dll.Config ├── Shared ├── RSTestException.cs └── ReportServerInformation.cs ├── Utilities ├── CollectionUtilities.cs ├── Logging.cs ├── Session.cs └── TestContextUtilities.cs └── packages.config /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/.gitignore -------------------------------------------------------------------------------- /ArmTemplate/Resources/availabilitySets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/availabilitySets.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/azuredeploy.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/azuredeploy.parameters.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/configuringSQL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/configuringSQL.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/configuringSharepoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/configuringSharepoint.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/configuringSsrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/configuringSsrs.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/createUiDefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/createUiDefinition.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/creatingNICS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/creatingNICS.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/creatingNICSFarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/creatingNICSFarm.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/creatingPublicIPs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/creatingPublicIPs.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/dsc/ConfigureSqlServer.ps1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/dsc/ConfigureSqlServer.ps1.zip -------------------------------------------------------------------------------- /ArmTemplate/Resources/dsc/CreateADPDC.ps1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/dsc/CreateADPDC.ps1.zip -------------------------------------------------------------------------------- /ArmTemplate/Resources/dsc/PrepareSqlServer.ps1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/dsc/PrepareSqlServer.ps1.zip -------------------------------------------------------------------------------- /ArmTemplate/Resources/joinDomainSQLVm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/joinDomainSQLVm.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/loadBalancers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/loadBalancers.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/loadBalancersFarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/loadBalancersFarm.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/mainTemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/mainTemplate.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/metadata.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/provisioningCleanMachineForPBIRS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/provisioningCleanMachineForPBIRS.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/provisioningDomainController.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/provisioningDomainController.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/provisioningSQL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/provisioningSQL.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/publicip-new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/publicip-new.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/storageAccount.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/storageAccount.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/vnet-new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/vnet-new.json -------------------------------------------------------------------------------- /ArmTemplate/Resources/vnet-with-dns-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/Resources/vnet-with-dns-server.json -------------------------------------------------------------------------------- /ArmTemplate/SSRS-MultiMachine/Deploy-AzureResourceGroup.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/SSRS-MultiMachine/Deploy-AzureResourceGroup.ps1 -------------------------------------------------------------------------------- /ArmTemplate/SSRS-MultiMachine/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/SSRS-MultiMachine/azuredeploy.json -------------------------------------------------------------------------------- /ArmTemplate/SSRS-MultiMachine/azuredeploy.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/SSRS-MultiMachine/azuredeploy.parameters.json -------------------------------------------------------------------------------- /ArmTemplate/SSRS-MultiMachine/azuredeployFarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/ArmTemplate/SSRS-MultiMachine/azuredeployFarm.json -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/License.md -------------------------------------------------------------------------------- /RSLoadTest.testsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/RSLoadTest.testsettings -------------------------------------------------------------------------------- /RSLoadTests.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/RSLoadTests.sln -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/Readme.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Test.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/Test.cmd -------------------------------------------------------------------------------- /TestContent.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/TestContent.cmd -------------------------------------------------------------------------------- /TestContentWithPBI.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/TestContentWithPBI.cmd -------------------------------------------------------------------------------- /TestForCI.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/TestForCI.cmd -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/appveyor.yml -------------------------------------------------------------------------------- /docs/OnboardMobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/OnboardMobile.md -------------------------------------------------------------------------------- /docs/OnboardPaginated.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/OnboardPaginated.md -------------------------------------------------------------------------------- /docs/OnboardPbi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/OnboardPbi.md -------------------------------------------------------------------------------- /docs/images/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image1.png -------------------------------------------------------------------------------- /docs/images/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image10.png -------------------------------------------------------------------------------- /docs/images/image101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image101.png -------------------------------------------------------------------------------- /docs/images/image102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image102.png -------------------------------------------------------------------------------- /docs/images/image103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image103.png -------------------------------------------------------------------------------- /docs/images/image104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image104.png -------------------------------------------------------------------------------- /docs/images/image105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image105.png -------------------------------------------------------------------------------- /docs/images/image106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image106.png -------------------------------------------------------------------------------- /docs/images/image107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image107.png -------------------------------------------------------------------------------- /docs/images/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image11.png -------------------------------------------------------------------------------- /docs/images/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image12.png -------------------------------------------------------------------------------- /docs/images/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image13.png -------------------------------------------------------------------------------- /docs/images/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image14.png -------------------------------------------------------------------------------- /docs/images/image15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image15.png -------------------------------------------------------------------------------- /docs/images/image16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image16.png -------------------------------------------------------------------------------- /docs/images/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image2.png -------------------------------------------------------------------------------- /docs/images/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image3.png -------------------------------------------------------------------------------- /docs/images/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image4.png -------------------------------------------------------------------------------- /docs/images/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image5.png -------------------------------------------------------------------------------- /docs/images/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image6.png -------------------------------------------------------------------------------- /docs/images/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image7.png -------------------------------------------------------------------------------- /docs/images/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image8.png -------------------------------------------------------------------------------- /docs/images/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/docs/images/image9.png -------------------------------------------------------------------------------- /src/RSAccessor/ContextFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/ContextFactory.cs -------------------------------------------------------------------------------- /src/RSAccessor/IRSExecution.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/IRSExecution.cs -------------------------------------------------------------------------------- /src/RSAccessor/IRSManagement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/IRSManagement.cs -------------------------------------------------------------------------------- /src/RSAccessor/Implementation/ReportExecution2005.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Implementation/ReportExecution2005.cs -------------------------------------------------------------------------------- /src/RSAccessor/Implementation/ReportingService2010.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Implementation/ReportingService2010.cs -------------------------------------------------------------------------------- /src/RSAccessor/ODataClient.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/ODataClient.tt -------------------------------------------------------------------------------- /src/RSAccessor/ODataClient.ttinclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/ODataClient.ttinclude -------------------------------------------------------------------------------- /src/RSAccessor/PortalAccessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/PortalAccessor.cs -------------------------------------------------------------------------------- /src/RSAccessor/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RSAccessor/Proxy/ReportExecutionService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Proxy/ReportExecutionService.cs -------------------------------------------------------------------------------- /src/RSAccessor/Proxy/ReportingService2010.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Proxy/ReportingService2010.cs -------------------------------------------------------------------------------- /src/RSAccessor/Proxy/v1/ODataClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Proxy/v1/ODataClient.cs -------------------------------------------------------------------------------- /src/RSAccessor/Proxy/v2/ODataClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Proxy/v2/ODataClient.cs -------------------------------------------------------------------------------- /src/RSAccessor/RSAccessor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/RSAccessor.csproj -------------------------------------------------------------------------------- /src/RSAccessor/RSPortalAccessorV1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/RSPortalAccessorV1.cs -------------------------------------------------------------------------------- /src/RSAccessor/RSPortalAccessorV2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/RSPortalAccessorV2.cs -------------------------------------------------------------------------------- /src/RSAccessor/RSSoapAccessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/RSSoapAccessor.cs -------------------------------------------------------------------------------- /src/RSAccessor/RSUrlAccessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/RSUrlAccessor.cs -------------------------------------------------------------------------------- /src/RSAccessor/StructureManagement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/StructureManagement.cs -------------------------------------------------------------------------------- /src/RSAccessor/StructureRuntime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/StructureRuntime.cs -------------------------------------------------------------------------------- /src/RSAccessor/Utilities/Converter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Utilities/Converter.cs -------------------------------------------------------------------------------- /src/RSAccessor/Utilities/RSRenderStruct.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/Utilities/RSRenderStruct.cs -------------------------------------------------------------------------------- /src/RSAccessor/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSAccessor/packages.config -------------------------------------------------------------------------------- /src/RSLoad/Actions/LargeFiles/LargeFilesActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/LargeFiles/LargeFilesActions.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Mobile/MobileActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Mobile/MobileActions.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Mobile/MobileOnboard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Mobile/MobileOnboard.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Mobile/Smoke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Mobile/Smoke.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/PSSActionBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/PSSActionBase.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/ContentValidator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/ContentValidator.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/ExportLive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/ExportLive.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/ExportWithSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/ExportWithSession.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/ExportWithSnapshot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/ExportWithSnapshot.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/PaginatedOnboard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/PaginatedOnboard.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/ProfessionalActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/ProfessionalActions.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/Rendering.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/Rendering.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/SOAPAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/SOAPAPI.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/Smoke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/Smoke.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Paginated/ViewerControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Paginated/ViewerControl.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/Portal/PortalActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/Portal/PortalActions.cs -------------------------------------------------------------------------------- /src/RSLoad/Actions/PowerBI/PowerBIActions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Actions/PowerBI/PowerBIActions.cs -------------------------------------------------------------------------------- /src/RSLoad/AllLoad.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/AllLoad.loadtest -------------------------------------------------------------------------------- /src/RSLoad/Client/MobileClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Client/MobileClient.cs -------------------------------------------------------------------------------- /src/RSLoad/Client/PowerBIClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Client/PowerBIClient.cs -------------------------------------------------------------------------------- /src/RSLoad/ConstantLoadWithPBI.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ConstantLoadWithPBI.loadtest -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/CollectionSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/CollectionSelector.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/Config/BadCombination.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/Config/BadCombination.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/Config/ReportWeight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/Config/ReportWeight.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/Config/SharedConstants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/Config/SharedConstants.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/ContentManagerBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/ContentManagerBase.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/ContentManagerFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/ContentManagerFactory.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/IContentManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/IContentManager.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/PortalContentManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/PortalContentManager.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RandomContentManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RandomContentManager.cs -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/DataSources.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/DataSources.xml -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/KPI_1000.kpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/KPI_1000.kpi -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_1000_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_1000_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_1000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_1000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_50000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_1000_50000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_50000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_1000_50000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_50000_50000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/MR_50000_50000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/SalesOrderDetail_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/SalesOrderDetail_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/SalesOrderDetail_Top50000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/SalesOrderDetail_Top50000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/TransactionHistory_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/TransactionHistory_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrderRouting_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrderRouting_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrderRouting_Top50000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrderRouting_Top50000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrder_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrder_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrder_Top50000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/MobileTest/WorkOrder_Top50000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/BadCombinations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/BadCombinations.xml -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/1000charts.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/1000charts.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/1000gauges.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/1000gauges.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/AdventureWorks.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/AdventureWorks.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/AdventureWorks2000.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/AdventureWorks2000.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/BriefingBook.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/BriefingBook.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart with Filter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart with Filter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart with Sorting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart with Sorting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart with Sub-Report.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart with Sub-Report.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Chart.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DWScale.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DWScale.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/DeepT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/EmployeeCategorySalesChart.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/EmployeeCategorySalesChart.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/HomeAdvisor.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/HomeAdvisor.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/HomeAdvisor_Generates5MBDataset.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/HomeAdvisor_Generates5MBDataset.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/HomeAdvisor_RowsParameter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/HomeAdvisor_RowsParameter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/List.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/List.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/MultipleReports.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/MultipleReports.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Northwind.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Northwind.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/NorthwindArabic.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/NorthwindArabic.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Product Catalog.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Product Catalog.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Product Line Sales.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/Product Line Sales.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/RecursiveT.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/RecursiveT.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Subreports-Sub1.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Subreports-Sub1.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Subreports-Sub2.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Subreports-Sub2.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Subreports.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleL-Subreports.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleM-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleM-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleT-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/SimpleT-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/TestRpt0609.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/TestRpt0609.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSortSimpleTable.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSortSimpleTable.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_Detail.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_Detail.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_Group.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_Group.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_Group_SubGroup.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_Group_SubGroup.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_SubReportDetail.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/UserSort_SubReportDetail.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/hugedatapoints.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/hugedatapoints.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/General/toomanygauges.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/General/toomanygauges.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/HomeAdvisor_Matrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/HomeAdvisor_Matrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/HomeAdvisor_OfficeDetails.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/HomeAdvisor_OfficeDetails.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/HomeAdvisor_PropertiesByOffice_NoSubs.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/HomeAdvisor_PropertiesByOffice_NoSubs.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/SimpleT-Massive.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/GeneralMassive/SimpleT-Massive.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/DeepM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/DeepM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/DeepT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/DeepT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/Product Catalog.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/Product Catalog.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/SimpleM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/SimpleM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/SimpleT-Large-Pagination.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/SimpleT-Large-Pagination.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/SimpleT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Large/SimpleT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/016ShowHideMatrixStaticRowCol.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/016ShowHideMatrixStaticRowCol.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/3RowsReport.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/3RowsReport.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/AdventureWorks2000.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/AdventureWorks2000.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixComplex.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixComplex.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixComplexStatics.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixComplexStatics.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixNestedList.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixNestedList.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixNestedMatrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewMatrixNestedMatrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewNestedLists.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewNestedLists.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewNestedTableAndList.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewNestedTableAndList.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewNestedTables.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewNestedTables.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableDetails.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableDetails.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableGroupImages.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableGroupImages.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableGroups.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableGroups.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableMergedCells.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTableMergedCells.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTextbox.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/NewTextbox.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/Northwind.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/Northwind.rds -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/Pie.Percentage.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NewReports/Pie.Percentage.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/NoDatasource/imageOnly.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/NoDatasource/imageOnly.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/BriefingBook.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/BriefingBook.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Chart.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Chart.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/DeepT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Gauge.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Gauge.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Product Catalog.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Product Catalog.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Product Line Sales.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/Product Line Sales.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/RecursiveT.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/RecursiveT.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/RichText_Consolidated.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/RichText_Consolidated.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleL-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleL-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleM-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleM-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleT-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SimpleT-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SparklinesAndIndicators.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/PGQL/SparklinesAndIndicators.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Aggregates of Expressions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Aggregates of Expressions.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Aggregates of Fields.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Aggregates of Fields.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/BriefingBook.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/BriefingBook.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Calculated Fields.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Calculated Fields.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart with Filter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart with Filter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart with Sorting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart with Sorting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart with Sub-Report.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart with Sub-Report.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Chart.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Colormap.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Colormap.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Complex Expressions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Complex Expressions.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Conditional Formatting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Conditional Formatting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DV_MapPolygonLayer_Marker.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DV_MapPolygonLayer_Marker.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DV_USAStatesDrillthrough.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DV_USAStatesDrillthrough.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/DeepT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Election.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Election.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Embedded Images.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Embedded Images.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterDatasetCmplxExp.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterDatasetCmplxExp.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterDatasetSmplFldRef.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterDatasetSmplFldRef.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterGroupAggExprssns.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterGroupAggExprssns.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterGroupAggFields.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/FilterGroupAggFields.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge Multi Gauge panel.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge Multi Gauge panel.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge With Filter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge With Filter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge with Sub-Report.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge with Sub-Report.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Gauge.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Large Aggregation Small Output.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Large Aggregation Small Output.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/List.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/List.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MapAllElements.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MapAllElements.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MapinTablix_State.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MapinTablix_State.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MapinTablix_State_Bookmark.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MapinTablix_State_Bookmark.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Matrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Matrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MatrixNestedAggs.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MatrixNestedAggs.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MatrixSorting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MatrixSorting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MatrixSubRpt.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/MatrixSubRpt.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Multi-column with 5 Columns.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Multi-column with 5 Columns.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Multiple Queries Transactions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Multiple Queries Transactions.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Multiple Queries.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Multiple Queries.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Nested Aggregates.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Nested Aggregates.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Parameters Query and Hierarchical.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Parameters Query and Hierarchical.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Polygon_Point_LineMap.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Polygon_Point_LineMap.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Product Catalog.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Product Catalog.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Product Line Sales.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Product Line Sales.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Recursive Drilldown.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Recursive Drilldown.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RecursiveT.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RecursiveT.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RichText_Consolidated.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RichText_Consolidated.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RichText_LargeHorzList.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RichText_LargeHorzList.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RichText_MultipleTextBox.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RichText_MultipleTextBox.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RoughElectionMapFilteredAtDS.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/RoughElectionMapFilteredAtDS.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Running Value.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Running Value.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Show Hide.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/Show Hide.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleL-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleL-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleL-Subreports.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleL-Subreports.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleM-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleM-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleT-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Performance/SimpleT-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/ScaleReportsWeight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/ScaleReportsWeight.xml -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/BriefingBook.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/BriefingBook.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart with Filter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart with Filter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart with Sorting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart with Sorting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart with Sub-Report.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart with Sub-Report.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Chart.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/DeepM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/DeepM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/DeepT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/DeepT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Product Line Sales.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/Product Line Sales.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/RecursiveT.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/RecursiveT.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleL-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleL-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleM-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleM-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleT-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/Small/SimpleT-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/SimpleL-Subreports-Sub1.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/SimpleL-Subreports-Sub1.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/SimpleL-Subreports-Sub2.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/SimpleL-Subreports-Sub2.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/Sub-Report for Matrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/Sub-Report for Matrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/Sub-Report with Parameter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Paginated/SubReports/Sub-Report with Parameter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Aggregates of Expressions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Aggregates of Expressions.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Aggregates of Fields.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Aggregates of Fields.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/BriefingBook.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/BriefingBook.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Calculated Fields.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Calculated Fields.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Chart with Filter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Chart with Filter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Chart with Sorting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Chart with Sorting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Chart with Sub-Report.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Chart with Sub-Report.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Chart.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Chart.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Colormap.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Colormap.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Complex Expressions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Complex Expressions.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Conditional Formatting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Conditional Formatting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/CustomUnitPerformanceAnalysis.Xrdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/CustomUnitPerformanceAnalysis.Xrdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/DV_MapPolygonLayer_Marker.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/DV_MapPolygonLayer_Marker.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/DV_USAStatesDrillthrough.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/DV_USAStatesDrillthrough.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/DeepM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/DeepM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/DeepM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/DeepM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/DeepT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/DeepT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/DeepT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/DeepT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Election.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Election.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Embedded Images.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Embedded Images.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/FilterDatasetCmplxExp.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/FilterDatasetCmplxExp.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/FilterDatasetSmplFldRef.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/FilterDatasetSmplFldRef.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/FilterGroupAggExprssns.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/FilterGroupAggExprssns.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/FilterGroupAggFields.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/FilterGroupAggFields.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge Multi Gauge panel.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge Multi Gauge panel.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge With Filter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge With Filter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge with Sub-Report.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge with Sub-Report.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Gauge.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/HomeAdvisor_Matrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/HomeAdvisor_Matrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/HomeAdvisor_OfficeDetails.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/HomeAdvisor_OfficeDetails.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/HomeAdvisor_PropertiesByOffice_NoSubs.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/HomeAdvisor_PropertiesByOffice_NoSubs.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/KPI_1000.kpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/KPI_1000.kpi -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Large Aggregation Small Output.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Large Aggregation Small Output.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/List.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/List.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_1000_1000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_1000_1000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_1000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_1000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_50000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_1000_50000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_50000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_1000_50000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MR_50000_50000_50000.rsmobile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MR_50000_50000_50000.rsmobile -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MapAllElements.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MapAllElements.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MapinTablix_State.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MapinTablix_State.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MapinTablix_State_Bookmark.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MapinTablix_State_Bookmark.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Matrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Matrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MatrixNestedAggs.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MatrixNestedAggs.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MatrixSorting.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MatrixSorting.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/MatrixSubRpt.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/MatrixSubRpt.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Multi-column with 5 Columns.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Multi-column with 5 Columns.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Multiple Queries Transactions.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Multiple Queries Transactions.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Multiple Queries.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Multiple Queries.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Nested Aggregates.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Nested Aggregates.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Parameters Query and Hierarchical.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Parameters Query and Hierarchical.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Polygon_Point_LineMap.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Polygon_Point_LineMap.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Product Catalog.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Product Catalog.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Product Line Sales.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Product Line Sales.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Recursive Drilldown.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Recursive Drilldown.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/RecursiveT.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/RecursiveT.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/RichText_Consolidated.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/RichText_Consolidated.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/RichText_LargeHorzList.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/RichText_LargeHorzList.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/RichText_MultipleTextBox.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/RichText_MultipleTextBox.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/RoughElectionMapFilteredAtDS.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/RoughElectionMapFilteredAtDS.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Running Value.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Running Value.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SalesOrderDetail_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SalesOrderDetail_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SalesOrderDetail_Top50000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SalesOrderDetail_Top50000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Show Hide.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Show Hide.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Subreports-Sub1.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Subreports-Sub1.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Subreports-Sub2.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Subreports-Sub2.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Subreports.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleL-Subreports.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleM-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleM-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleM-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleM-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleM-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleM-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Large-Pagination.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Large-Pagination.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Large.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Large.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Massive.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Massive.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Medium.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Medium.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Small.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/SimpleT-Small.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Sub-Report for Matrix.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Sub-Report for Matrix.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/Sub-Report with Parameter.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/Sub-Report with Parameter.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/TransactionHistory_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/TransactionHistory_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrderRouting_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrderRouting_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrderRouting_Top50000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrderRouting_Top50000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrder_Top1000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrder_Top1000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrder_Top50000.rsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/WorkOrder_Top50000.rsd -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/imageOnly.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/imageOnly.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/pdfrenderissue.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/pdfrenderissue.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/Portal/pdfrenderissueNoPHExpr.rdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/Portal/pdfrenderissueNoPHExpr.rdl -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorksSalesEmbedded/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorksSalesEmbedded/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorksSalesEmbedded/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorksSalesEmbedded/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorksSalesEmbedded/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorksSalesEmbedded/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/AdventureWorks_Sales/query_4.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/CustomersEmbedded/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/CustomersEmbedded/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/CustomersEmbedded/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/CustomersEmbedded/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/CustomersEmbedded/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/CustomersEmbedded/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_1/query_4.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_2/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_2/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_2/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_2/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_2/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_2/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_3/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_3/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_3/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_3/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_3/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/DataRefresh_embedded_3/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Inventory/query_4.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/MoviesEmbedded/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/MoviesEmbedded/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/MoviesEmbedded/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/MoviesEmbedded/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/MoviesEmbedded/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/MoviesEmbedded/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/OrdersDirectQuery/query_4.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_1.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_2.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_3.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Queries/Sales2008DirectQuery/query_4.json -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/AdventureWorksSalesEmbedded.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/AdventureWorksSalesEmbedded.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/AdventureWorks_Sales.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/AdventureWorks_Sales.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/CustomersEmbedded.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/CustomersEmbedded.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/DataRefresh_embedded_1.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/DataRefresh_embedded_1.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/DataRefresh_embedded_2.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/DataRefresh_embedded_2.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/DataRefresh_embedded_3.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/DataRefresh_embedded_3.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/Inventory.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/Inventory.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/MoviesEmbedded.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/MoviesEmbedded.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/OrdersDirectQuery.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/OrdersDirectQuery.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/Sales2008DirectQuery.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/RuntimeResources/PowerBI/Reports/Sales2008DirectQuery.pbix -------------------------------------------------------------------------------- /src/RSLoad/ContentManager/SessionManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/ContentManager/SessionManager.cs -------------------------------------------------------------------------------- /src/RSLoad/LargeFilesLoad.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/LargeFilesLoad.loadtest -------------------------------------------------------------------------------- /src/RSLoad/MixedLoad.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/MixedLoad.loadtest -------------------------------------------------------------------------------- /src/RSLoad/MixedLoadWithPBI.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/MixedLoadWithPBI.loadtest -------------------------------------------------------------------------------- /src/RSLoad/PaginatedLoad.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/PaginatedLoad.loadtest -------------------------------------------------------------------------------- /src/RSLoad/Plugins/InitContentPlugin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Plugins/InitContentPlugin.cs -------------------------------------------------------------------------------- /src/RSLoad/PowerBILoad.loadtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/PowerBILoad.loadtest -------------------------------------------------------------------------------- /src/RSLoad/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/RSLoad/RSLoad.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/RSLoad.csproj -------------------------------------------------------------------------------- /src/RSLoad/RSTest.Common.ReportServer.dll.Config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/RSTest.Common.ReportServer.dll.Config -------------------------------------------------------------------------------- /src/RSLoad/Shared/RSTestException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Shared/RSTestException.cs -------------------------------------------------------------------------------- /src/RSLoad/Shared/ReportServerInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Shared/ReportServerInformation.cs -------------------------------------------------------------------------------- /src/RSLoad/Utilities/CollectionUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Utilities/CollectionUtilities.cs -------------------------------------------------------------------------------- /src/RSLoad/Utilities/Logging.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Utilities/Logging.cs -------------------------------------------------------------------------------- /src/RSLoad/Utilities/Session.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Utilities/Session.cs -------------------------------------------------------------------------------- /src/RSLoad/Utilities/TestContextUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/Utilities/TestContextUtilities.cs -------------------------------------------------------------------------------- /src/RSLoad/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Reporting-Services-LoadTest/HEAD/src/RSLoad/packages.config --------------------------------------------------------------------------------