ActiveReports 12
DocumentName Property

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > Printer Class : DocumentName Property
Gets or sets the document name to display (for example, in a print status dialog box or printer queue) while printing the document.
Syntax
'Declaration
 
Public Property DocumentName As String
public string DocumentName {get; set;}

Property Value

The document name to display while printing the document. The default is "document".
See Also

Reference

Printer Class
Printer Members