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




Glossary Item Box

Returns true if the header and footers are printed in the report. False and they will not be printed. The default is false.

Syntax

Visual Basic (Declaration) 
Public Property ShowHeaders As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportText
Dim value As Boolean
 
instance.ShowHeaders = value
 
value = instance.ShowHeaders
C# 
public bool ShowHeaders {get; set;}
Managed Extensions for C++ 
public: __property bool get_ShowHeaders();
public: __property void set_ShowHeaders( 
   bool value
);
C++/CLI 
public:
property bool ShowHeaders {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software