Windward Studios API Reference
FullFile Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportHtml Class : FullFile Property




Glossary Item Box

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 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software