Gets or sets the first-page printer.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FirstPagePrinter As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportPrinter
Dim value As String
instance.FirstPagePrinter = value
value = instance.FirstPagePrinter |
C# | |
---|
public string FirstPagePrinter {get; set;} |
Managed Extensions for C++ | |
---|
public: __property string* get_FirstPagePrinter();
public: __property void set_FirstPagePrinter(
string* value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also