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
'Declaration
<DefaultValueAttribute(False)> _
<CategoryAttribute("Appearance")> _
Public Property IsDocumentMapWidthFixed As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.IsDocumentMapWidthFixed
instance.IsDocumentMapWidthFixed = value
[DefaultValueAttribute(false)]
[CategoryAttribute("Appearance")]
public bool IsDocumentMapWidthFixed { get; set; }
[DefaultValueAttribute(false)]
[CategoryAttribute(L"Appearance")]
public:
property bool IsDocumentMapWidthFixed {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsDocumentMapWidthFixed ()
/** @property */
public void set_IsDocumentMapWidthFixed (boolean value)
public function get IsDocumentMapWidthFixed () : boolean
public function set IsDocumentMapWidthFixed (value : boolean)
Property Value
A Boolean value indicating whether the size of the document map panel is fixed. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace