| Visual Basic (Declaration) | |
|---|---|
Public Property PrintReportType As enumPrintReportType | |
| C# | |
|---|---|
public enumPrintReportType PrintReportType {get; set;} | |
Property Value
enumPrintReportTypeIf this property is set to Full the print out will be based on the PrintTimeStart and PrintTimeEnd properties.
If this property is set to Current only the portion of the control which is visible will be printed.