LeftBorder 속성
Gets an expression that evaluates to the properties of the left border.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride ReadOnly Property LeftBorder As Border
Get
‘사용 방법
Dim instance As StyleBase
Dim value As Border
value = instance.LeftBorder
public abstract Border LeftBorder { get; }
public:
virtual property Border^ LeftBorder {
Border^ get () abstract;
}
abstract LeftBorder : Border
abstract function get LeftBorder () : Border
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Border
A Border object.