Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides the ToolTip text for the View Report button.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
ReadOnly Property ViewReportButtonToolTip As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.ViewReportButtonToolTip
string ViewReportButtonToolTip { get; }
property String^ ViewReportButtonToolTip {
String^ get ();
}
/** @property */
String get_ViewReportButtonToolTip ()
function get ViewReportButtonToolTip () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace