共用方式為


ReportViewer.IsDocumentMapWidthFixed 屬性

指出當檢視器調整大小時,文件引導模式面板的大小是固定或變動的。

命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)

語法

'宣告
<SRDescriptionAttribute("DocMapWidthFixedDesc")> _
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(False)> _
Public Property IsDocumentMapWidthFixed As Boolean
'用途
Dim instance As ReportViewer
Dim value As Boolean

value = instance.IsDocumentMapWidthFixed

instance.IsDocumentMapWidthFixed = value
[SRDescriptionAttribute("DocMapWidthFixedDesc")] 
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(false)] 
public bool IsDocumentMapWidthFixed { get; set; }
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(false)] 
public:
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)

屬性值

指出文件引導模式面板的大小是否固定的 Boolean 值。預設值是 true。

另請參閱

參考

ReportViewer 類別
ReportViewer 成員
Microsoft.Reporting.WinForms 命名空間