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.
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