Intersoft ClientUI Documentation
Document Property
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > SqlReportViewer Class : Document Property






Gets or sets the document.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Overrides Property Document As SqlReportDocument
Visual Basic (Usage)Copy Code
Dim instance As SqlReportViewer
Dim value As SqlReportDocument
 
instance.Document = value
 
value = instance.Document
C# 
[CategoryAttribute("Common Properties")]
public override SqlReportDocument Document {get; set;}
Delphi 
public read-write property Document: SqlReportDocument; override; 
JScript 
CategoryAttribute("Common Properties")
public override function get,set Document : SqlReportDocument
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property SqlReportDocument* get_Document() override;
public: __property void set_Document( 
   SqlReportDocument* value
) override;
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property SqlReportDocument^ Document {
   SqlReportDocument^ get() override;
   void set (    SqlReportDocument^ value) override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.