Chart.DynamicWidth 屬性
Gets an expression that evaluates to the width to which the chart should grow/shrink.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property DynamicWidth As ReportSizeProperty
Get
'用途
Dim instance As Chart
Dim value As ReportSizeProperty
value = instance.DynamicWidth
public ReportSizeProperty DynamicWidth { get; }
public:
property ReportSizeProperty^ DynamicWidth {
ReportSizeProperty^ get ();
}
member DynamicWidth : ReportSizeProperty
function get DynamicWidth () : ReportSizeProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.