The report can be generated as either a complete html file, or as just the body. If it is set to full file, the report will have everything from <html> to </html>. If not set, it will be a body, and can be included with additional html as just part of the body of a final html file. In this case the returned stream must be placed inside a <body>...</body>. Default is true.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FullFile As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportHtml
Dim value As Boolean
instance.FullFile = value
value = instance.FullFile |
C# | |
---|
public bool FullFile {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_FullFile();
public: __property void set_FullFile(
bool value
); |
C++/CLI | |
---|
public:
property bool FullFile {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also