| Visual Basic (Declaration) | |
|---|---|
Public Property PaperSource As PaperSourceKind | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PaperSourceKind PaperSource {get; set;} | |
Return Value
A System.Drawing.Printing.PaperSourceKind enumeration value that specifies the paper source.| C# | Copy Code |
|---|---|
private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |