Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |