ResizeModes-Enumeration
Specifies whether content will resize to fit in the available space of a GaugeLabel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ResizeModes
'Usage
Dim instance As ResizeModes
public enum ResizeModes
public enum class ResizeModes
type ResizeModes
public enum ResizeModes
Elemente
Elementname | Beschreibung | |
---|---|---|
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. |