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 Report (.rdl) to the folder specified
            
		
	Syntax
	public static CatalogItem SsrsUploadReport(this ICakeContext context, FilePath filePath, string folderPath, Action<SsrsConnectionSettings> settingsConfigurator)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						Cake Contex | 
					
					
						| filePath | 
						FilePath | 
						The filePath to rdl file to upload | 
					
					
						| folderPath | 
						string | 
						The relative path to the SSRS to deploy the report to. | 
					
					
						| settingsConfigurator | 
						Action<SsrsConnectionSettings> | 
						Connection Settings Configurator | 
					
			
		 
	 	
	Return Value
		
	See Also