フォントの太さを取得または設定します。
名前空間: 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<FontWeights>
ReportExpression<T> オブジェクト。