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.

请参阅

参考

BackFrame 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间