BorderSkinType 속성
Gets the calculated value of the BorderSkinType property in a ChartBorderSkin class.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public ReadOnly Property BorderSkinType As ChartBorderSkinType
Get
‘사용 방법
Dim instance As ChartBorderSkinInstance
Dim value As ChartBorderSkinType
value = instance.BorderSkinType
public ChartBorderSkinType BorderSkinType { get; }
public:
property ChartBorderSkinType BorderSkinType {
ChartBorderSkinType get ();
}
member BorderSkinType : ChartBorderSkinType
function get BorderSkinType () : ChartBorderSkinType
속성 값
형식: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartBorderSkinType
A ChartBorderSkinType value that represents the calculated value of the BorderSkinType property.