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
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also