Windward Engine API Reference
Title Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : Title Property




Glossary Item Box

The title of the document. In html this will set both the TITLE tag and the title meta-tag.

Syntax

Visual Basic (Declaration) 
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
public string Title {get; set;}
Managed Extensions for C++ 
public: __property string* get_Title();
public: __property void set_Title( 
   string* value
);
C++/CLI 
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.