Proprietà ReportViewer.IsDocumentMapWidthFixed
Indica se le dimensioni del pannello della mappa documento sono fisse o cambiano quando il visualizzatore viene ridimensionato.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public Property IsDocumentMapWidthFixed As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
Valore booleano che indica se le dimensioni del pannello della mappa documento sono fisse. Il valore predefinito è true.