comparison SSRS/SSRS.Services.DTO/ReportExecutionRequest.cs @ 113:954f66bb8dbf

Portable library added for DTO
author adminsh@apollo
date Sat, 19 May 2012 16:21:07 +0100
parents
children
comparison
equal deleted inserted replaced
112:b9d5f934cb21 113:954f66bb8dbf
1 namespace SSRS.Services.DTO
2 {
3 public class ReportExecutionRequest
4 {
5 public string Name { get; set; }
6 public string Format { get; set; }
7 public Parameter[] Parameters { get; set; }
8 }
9 }