Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Border skin type for the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartBorderSkinType As ReportExpression(Of ChartBorderSkinTypes)
Get
Set
'Usage
Dim instance As ChartBorderSkin
Dim value As ReportExpression(Of ChartBorderSkinTypes)
value = instance.ChartBorderSkinType
instance.ChartBorderSkinType = value
public ReportExpression<ChartBorderSkinTypes> ChartBorderSkinType { get; set; }
public:
property ReportExpression<ChartBorderSkinTypes> ChartBorderSkinType {
ReportExpression<ChartBorderSkinTypes> get ();
void set (ReportExpression<ChartBorderSkinTypes> value);
}
member ChartBorderSkinType : ReportExpression<ChartBorderSkinTypes> with get, set
function get ChartBorderSkinType () : ReportExpression<ChartBorderSkinTypes>
function set ChartBorderSkinType (value : ReportExpression<ChartBorderSkinTypes>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartBorderSkinTypes>
A ReportExpression<T> object.