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.
Gets the resize mode of the state indicator.
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 StateIndicator
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