6 lines
		
	
	
		
			142 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace KonSoft.Report;
 | |
| 
 | |
| public static class ReportTestConsts
 | |
| {
 | |
|     public const string CollectionDefinitionName = "Report collection";
 | |
| } |