Propriedade do RDL BorderSkinType
Gets the calculated value of the BorderSkinType property in a ChartBorderSkin class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property BorderSkinType As ChartBorderSkinType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartBorderSkinType
A ChartBorderSkinType value that represents the calculated value of the BorderSkinType property.
Consulte também