C# Class Agribusiness.Web.Controllers.ReportController

Inheritance: ApplicationController
Mostra file Open project: ucdavis/Agribusiness

Public Methods

Method Description
GetReport ( Report report, int seminarId, string siteName ) : System.Web.Mvc.FileResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetReport ( string ReportName, string>.Dictionary parameters ) : byte[]

Method Details

GetReport() public method

public GetReport ( Report report, int seminarId, string siteName ) : System.Web.Mvc.FileResult
report Report
seminarId int
siteName string
return System.Web.Mvc.FileResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult