다음을 통해 공유


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

주의

The value is measured as a percentage of the width or height of the gauge or gauge container, whichever is smaller.