IReportViewerMessages.ZoomToPageWidth Property

Provides the text for the Zoom To Page Width option.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
ReadOnly Property ZoomToPageWidth As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

value = instance.ZoomToPageWidth
string ZoomToPageWidth { get; }
property String^ ZoomToPageWidth {
    String^ get ();
}
/** @property */
String get_ZoomToPageWidth ()
function get ZoomToPageWidth () : String

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WinForms Namespace