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.
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeResizeModes>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace