This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.SSRS.
                            
 
	
		Summary
	
            Uploads an SSRS Shared DataSet (.rsd) to the folder specified for the given globber pattern
            
		
	Syntax
	public static IEnumerable<CatalogItem> SsrsUploadDataSet(this ICakeContext context, string pattern, string folderPath, IDictionary<string, string> properties, Action<SsrsConnectionSettings> settingsConfigurator)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						Cake Contex | 
					
					
						| pattern | 
						string | 
						The filePath to rds file to upload | 
					
					
						| folderPath | 
						string | 
						The relative path to the SSRS to deploy the report to. | 
					
					
						| properties | 
						IDictionary<string, string> | 
						A collection of properties to apply to the report | 
					
					
						| settingsConfigurator | 
						Action<SsrsConnectionSettings> | 
						Connection Settings Configurator | 
					
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | 
						Description | 
					
				
				
					| IEnumerable<CatalogItem> | 
					Collection Catalog Items | 
				
			
		 
	 	
	See Also