FontWeight 속성
Thickness of the font.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property FontWeight As ReportExpression(Of FontWeights)
Get
Set
‘사용 방법
Dim instance As Style
Dim value As ReportExpression(Of FontWeights)
value = instance.FontWeight
instance.FontWeight = value
public ReportExpression<FontWeights> FontWeight { get; set; }
public:
property ReportExpression<FontWeights> FontWeight {
ReportExpression<FontWeights> get ();
void set (ReportExpression<FontWeights> value);
}
member FontWeight : ReportExpression<FontWeights> with get, set
function get FontWeight () : ReportExpression<FontWeights>
function set FontWeight (value : ReportExpression<FontWeights>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'FontWeights> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.