WallThickness 속성
Percent thickness of outer walls.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property WallThickness As ReportExpression(Of Integer)
Get
Set
‘사용 방법
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>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Int32> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.