Document Property (ReportDesigner)
In This Topic
Gets or sets the document to open on app startup.
Syntax
'Declaration
Public Property Document As Document
public Document Document {get; set;}
Property Value
A
Document representing the document to open on app startup.
See Also