IReportViewerMessages.ZoomToWholePage Property
Provides text for the Zoom To Whole Page item.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property ZoomToWholePage As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String
value = instance.ZoomToWholePage
string ZoomToWholePage { get; }
property String^ ZoomToWholePage {
String^ get ();
}
/** @property */
String get_ZoomToWholePage ()
function get ZoomToWholePage () : String
Property Value
A string value.
See Also
Reference
IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace