Version

CreatorType Enumeration

Defines the type of the author property.
Syntax
'Declaration
 
Public Enum CreatorType 
   Inherits System.Enum
public enum CreatorType : System.Enum 
Members
MemberDescription
AuthorAssigns the value from the Author property of the report to the Creator property of the XPS document.
CompanyAssigns the value from the Company property of the report to the Creator property of the XPS document.
CreatorAssigns the value from the Creator property of the report to the Creator property of the XPS document.
ManagerAssigns the value from the Manager property of the report to the Creator property of the XPS document.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also