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
<WebBrowsableAttribute(True)> _
Public Property DocumentMapCollapsed As Boolean
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.DocumentMapCollapsed
instance.DocumentMapCollapsed = value
[WebBrowsableAttribute(true)]
public bool DocumentMapCollapsed { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool DocumentMapCollapsed {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapCollapsed : bool with get, set
function get DocumentMapCollapsed () : boolean
function set DocumentMapCollapsed (value : boolean)
Valore proprietà
Tipo: System.Boolean
true se la mappa documento è compressa; in caso contrario, false. Il valore predefinito è false.