Windward Engine API Reference
FirstPageTray Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPrinter Class : FirstPageTray Property




Glossary Item Box

Gets or sets the first-page tray.

Syntax

Visual Basic (Declaration) 
Public Property FirstPageTray As Integer
Visual Basic (Usage)Copy Code
Dim instance As ReportPrinter
Dim value As Integer
 
instance.FirstPageTray = value
 
value = instance.FirstPageTray
C# 
public int FirstPageTray {get; set;}
Managed Extensions for C++ 
public: __property int get_FirstPageTray();
public: __property void set_FirstPageTray( 
   int value
);
C++/CLI 
public:
property int FirstPageTray {
   int get();
   void set (    int value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.