Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the type of the border skin.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property BorderSkinType As ReportEnumProperty(Of ChartBorderSkinType)
Get
'Utilisation
Dim instance As ChartBorderSkin
Dim value As ReportEnumProperty(Of ChartBorderSkinType)
value = instance.BorderSkinType
public ReportEnumProperty<ChartBorderSkinType> BorderSkinType { get; }
public:
property ReportEnumProperty<ChartBorderSkinType>^ BorderSkinType {
ReportEnumProperty<ChartBorderSkinType>^ get ();
}
member BorderSkinType : ReportEnumProperty<ChartBorderSkinType>
function get BorderSkinType () : ReportEnumProperty<ChartBorderSkinType>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartBorderSkinType>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering