C# 클래스 jsreport.MVC.EnableJsReportAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jsreport/net 1 사용 예제들

공개 메소드들

메소드 설명
EnableJsReportAttribute ( ) : System
EnableJsReportAttribute ( string headerHeight, string headerPartialView, string footerHeight, string footerPartialView, string margin, string orientation, string width, string height, string format, string recipe, string contentDisposition, string engine, bool waitForJS, bool blockJavaScript, int printDelay, int resourceTimeout ) : System

메소드 상세

EnableJsReportAttribute() 공개 메소드

public EnableJsReportAttribute ( ) : System
리턴 System

EnableJsReportAttribute() 공개 메소드

public EnableJsReportAttribute ( string headerHeight, string headerPartialView, string footerHeight, string footerPartialView, string margin, string orientation, string width, string height, string format, string recipe, string contentDisposition, string engine, bool waitForJS, bool blockJavaScript, int printDelay, int resourceTimeout ) : System
headerHeight string
headerPartialView string
footerHeight string
footerPartialView string
margin string
orientation string
width string
height string
format string
recipe string
contentDisposition string
engine string
waitForJS bool
blockJavaScript bool
printDelay int
resourceTimeout int
리턴 System