หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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