IReportViewerMessages.DocumentMap Property
Provides the title text for the Document Map panel.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property DocumentMap As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.DocumentMap
string DocumentMap { get; }
property String^ DocumentMap {
String^ get ();
}
/** @property */
String get_DocumentMap ()
function get DocumentMap () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace