public override bool Validate() { string persId = "2061"; string fileNumber = "201509-061"; Ssrs ssrsServer = new Ssrs("NHFCHP380FLISP", SsrsFileFormats.Pdf, @"\\nhfchp380flisp\c$\ASTECH\Output\"); Dictionary<string, string> reportParameters = new Dictionary<string, string> { { "PersonId", persId } }; ssrsServer.RunReport(fileNumber, "Checklist.rdl", reportParameters); return true; }
public override bool Validate() { string persId = "2061"; string fileNumber = "201509-061"; Ssrs ssrsServer = new Ssrs("NHFCHP380FLISP", SsrsFileFormats.Pdf, @"\\nhfchp380flisp\c$\ASTECH\Output\"); Dictionary <string, string> reportParameters = new Dictionary <string, string> { { "PersonId", persId } }; ssrsServer.RunReport(fileNumber, "Checklist.rdl", reportParameters); return(true); }