Proprietà ReportViewer.DocumentMapCollapsed

Recupera o imposta lo stato di compressione della mappa documento.

Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Sintassi

'Dichiarazione
<DefaultValueAttribute(False)> _
<SRDescriptionAttribute("DocMapCollapsedDesc")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
Public Property DocumentMapCollapsed As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.DocumentMapCollapsed

instance.DocumentMapCollapsed = value
[DefaultValueAttribute(false)] 
[SRDescriptionAttribute("DocMapCollapsedDesc")] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("ToolBar")] 
public bool DocumentMapCollapsed { get; set; }
[DefaultValueAttribute(false)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
public:
bool DocumentMapCollapsed {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DocumentMapCollapsed ()

/** @property */
public void set_DocumentMapCollapsed (boolean value)
public function get DocumentMapCollapsed () : boolean

public function set DocumentMapCollapsed (value : boolean)

Valore proprietà

Valore Boolean. Il valore true indica che la mappa documento è compressa. Il valore predefinito è false.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms