コード例 #1
0
 public override void RenderAsHtml()
 {
     Report.Body = GenerateBody();
     Report.RenderHtml();
     FileOut = Report.FileOut;
     PickupSummary.RenderAsHtml();
 }
コード例 #2
0
 public override void RenderAsHtml()
 {
     Report.Body = GenerateBody();
     Report.RenderHtml();
     FileOut = Report.FileOut;
     PickupSummary.LeagueId = Constants.K_LEAGUE_Yahoo;
     PickupSummary.RenderAsHtml();
     PickupSummary.LeagueId = Constants.K_LEAGUE_Gridstats_NFL1;
     PickupSummary.RenderAsHtml();
     PickupSummary.LeagueId = Constants.K_LEAGUE_Rants_n_Raves;
     PickupSummary.RenderAsHtml();
 }