GrapeCity MultiRow Windows Forms Documentation
Document Property


Gets or sets a value that indicates the document to print.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the PrintDocument component of GcMultiRow to print.")>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property Document As PrintDocument
Dim instance As GcMultiRow
Dim value As PrintDocument
 
instance.Document = value
 
value = instance.Document
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates the PrintDocument component of GcMultiRow to print.")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public PrintDocument Document {get; set;}

Property Value

A System.Drawing.Printing.PrintDocument that indicates the print target of the GcMultiRow control. The default is a null reference (Nothing in Visual Basic).
Remarks
The System.Drawing.Printing.PrintDocument component can be used in System.Windows.Forms.PrintDialog or System.Windows.Forms.PrintPreviewDialog. After you use PrintDocument to associate the dialog with GcMultiRow, the GcMultiRow control prints automatically when the dialog is set.
Requirements

Target Platforms: 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

Reference

GcMultiRow Class
GcMultiRow Members
PrintSettings Property
Print Method
PrintPreview Method
PageSetup Method
Document Property

 

 


Copyright © GrapeCity, inc. All rights reserved.