指出當檢視器調整大小時,文件引導模式面板的大小是固定或變動的。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public Property IsDocumentMapWidthFixed As Boolean
Get
Set
'用途
Dim instance As ReportViewer
Dim value As Boolean
value = instance.IsDocumentMapWidthFixed
instance.IsDocumentMapWidthFixed = value
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)
屬性值
型別:System.Boolean
指出文件引導模式面板的大小是否固定的 Boolean 值。預設值為 true。