IReportViewerMessages.ZoomToPageWidth Property

Provides the text for the Zoom To Page Width option.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace