Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |