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




Glossary Item Box

Get or set the name of the print job. This is an arbitrary name which is passed on to the print job spooler.

Syntax

Visual Basic (Declaration) 
Public Property JobName As String
Visual Basic (Usage)Copy Code
Dim instance As ReportPrinter
Dim value As String
 
instance.JobName = value
 
value = instance.JobName
C# 
public string JobName {get; set;}
Managed Extensions for C++ 
public: __property string* get_JobName();
public: __property void set_JobName( 
   string* value
);
C++/CLI 
public:
property String^ JobName {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software