Propriété ReportViewer.InternalBorderWidth
Obtient ou définit la largeur de la bordure interne du contrôle.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<SRDescriptionAttribute("InternalBorderWidthDesc")> _
<CategoryAttribute("Appearance")> _
Public Property InternalBorderWidth As Unit
'Utilisation
Dim instance As ReportViewer
Dim value As Unit
value = instance.InternalBorderWidth
instance.InternalBorderWidth = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), "1px")]
[SRDescriptionAttribute("InternalBorderWidthDesc")]
[CategoryAttribute("Appearance")]
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), L"1px")]
[CategoryAttribute(L"Appearance")]
public:
Unit InternalBorderWidth {
Unit get ();
void set (Unit value);
}
/** @property */
public Unit get_InternalBorderWidth ()
/** @property */
public void set_InternalBorderWidth (Unit value)
public function get InternalBorderWidth () : Unit
public function set InternalBorderWidth (value : Unit)
Valeur de la propriété
Valeur Unit qui contient la largeur de la bordure interne du contrôle.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms