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.
Gets or sets the width of the document map in pixels.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public int DocumentMapWidth { get; set; }
public:
property int DocumentMapWidth {
int get();
void set(int value);
}
member DocumentMapWidth : int with get, set
Public Property DocumentMapWidth As Integer
Property Value
Type: System.Int32
An integer value containing the width of the document map in pixels. The default value is 40.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top