IReportViewerMessages.ExportFormatsToolTip Property
Provides the ToolTip text for the Export Formats drop-down list box.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property ExportFormatsToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.ExportFormatsToolTip
string ExportFormatsToolTip { get; }
property String^ ExportFormatsToolTip {
String^ get ();
}
/** @property */
String get_ExportFormatsToolTip ()
function get ExportFormatsToolTip () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace