Énumération ResizeModes
Specifies whether content will resize to fit in the available space of a GaugeLabel.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ResizeModes
'Utilisation
Dim instance As ResizeModes
public enum ResizeModes
public enum class ResizeModes
type ResizeModes
public enum ResizeModes
Membres
Nom de membre | Description | |
---|---|---|
AutoFit | The content will automatically resize to fit in the available space of a GaugeLabel. | |
None | The content will not automatically resize to fit in the available space of a GaugeLabel. |