Właściwość ReportViewer.IsDocumentMapWidthFixed —
Indicates whether the size of the document map panel is fixed or changes when the viewer resizes.
Przestrzeń nazw: Microsoft.Reporting.WinForms
Zestaw: Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)
Składnia
'Deklaracja
Public Property IsDocumentMapWidthFixed As Boolean
public bool IsDocumentMapWidthFixed { get; set; }
public:
property bool IsDocumentMapWidthFixed {
bool get ();
void set (bool value);
}
member IsDocumentMapWidthFixed : bool with get, set
function get IsDocumentMapWidthFixed () : boolean
function set IsDocumentMapWidthFixed (value : boolean)
Wartość właściwości
Typ: Boolean
A Boolean value indicating whether the size of the document map panel is fixed. The default value is true.