Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Members
Member name | 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. |