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
	
            Finds a catalog item within the SSRS folder structure
            
		
	Syntax
	public static CatalogItem SsrsFindItem(this ICakeContext context, FindItemRequest request, SsrsConnectionSettings settings)
	Examples
	
            var catalogItem = SsrsFindItem( 
     new FindItemRequest
     {
          Folder = "/AdventureWorks",
          ItemName = "My_Report_Name",
          Recursive = false
     },
     new SsrsConnectionSettings
     {
         ServiceEndpoint = "http://localhost/reportserver/ReportService2010.asmx",
         UseDefaultCredentials = true
     });
        
             
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
			
		 
	 	
	Parameters
		
	Return Value
		
	See Also