ReportName Property (Subreport)
 
            
                In This Topic
            
            Gets or sets the full folder path (for example, “/salesreports/orderdetails”) or relative path (for example, “orderdetails”) to a subreport on the same server. Relative paths start in the same folder as the current report. Cannot be an empty string (ignoring whitespace).
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property ReportName As String
             
        
            
            public string ReportName {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also