ChartBorderSkinInstance.BorderSkinType 属性

Gets the calculated value of the BorderSkinType property in a ChartBorderSkin class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
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.