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.
Indicates whether the size of the document map panel is fixed or changes when the viewer resizes.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool IsDocumentMapWidthFixed { get; set; }
public:
property bool IsDocumentMapWidthFixed {
bool get();
void set(bool value);
}
member IsDocumentMapWidthFixed : bool with get, set
Public Property IsDocumentMapWidthFixed As Boolean
Property Value
Type: System.Boolean
A Boolean value indicating whether the size of the document map panel is fixed. The default value is true.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top