Свойство BackFrame.FrameWidth
Gets an expression that evaluates to the width (thickness) of the frame.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property FrameWidth As ReportDoubleProperty
Get
'Применение
Dim instance As BackFrame
Dim value As ReportDoubleProperty
value = instance.FrameWidth
public ReportDoubleProperty FrameWidth { get; }
public:
property ReportDoubleProperty^ FrameWidth {
ReportDoubleProperty^ get ();
}
member FrameWidth : ReportDoubleProperty
function get FrameWidth () : ReportDoubleProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Замечания
The value is measured as a percentage of the width or height of the gauge or gauge container, whichever is smaller.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering