Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the content will resize to fit in the available space.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ResizeMode As ReportEnumProperty(Of GaugeResizeModes)
Get
'Usage
Dim instance As GaugeLabel
Dim value As ReportEnumProperty(Of GaugeResizeModes)
value = instance.ResizeMode
public ReportEnumProperty<GaugeResizeModes> ResizeMode { get; }
public:
property ReportEnumProperty<GaugeResizeModes>^ ResizeMode {
ReportEnumProperty<GaugeResizeModes>^ get ();
}
member ResizeMode : ReportEnumProperty<GaugeResizeModes>
function get ResizeMode () : ReportEnumProperty<GaugeResizeModes>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeResizeModes>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace