Propriedade do RDL WallThickness

Percent thickness of outer walls.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property WallThickness As ReportExpression(Of Integer)
    Get
    Set
'Uso
Dim instance As ChartThreeDProperties
Dim value As ReportExpression(Of Integer)

value = instance.WallThickness

instance.WallThickness = value
public ReportExpression<int> WallThickness { get; set; }
public:
property ReportExpression<int> WallThickness {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member WallThickness : ReportExpression<int> with get, set
function get WallThickness () : ReportExpression<int>
function set WallThickness (value : ReportExpression<int>)