| Visual Basic (Declaration) | |
|---|---|
Public Property Orientation As PageOrientation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PageOrientation Orientation {get; set;} | |
Return Value
PageOrientation enumeration value that specifies the orientation of the page.| C# | Copy Code |
|---|---|
private void rptPrint_ReportStart(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptPrint_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |
The Printer.PaperHeight measurement is for the portrait orientation of the paper. In Landscape, the height is equal to Printer.PaperWidth.