次の方法で共有


Style.FontStyle プロパティ

フォント スタイルを取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property FontStyle As ReportExpression(Of FontStyles)
    Get 
    Set
'使用
Dim instance As Style 
Dim value As ReportExpression(Of FontStyles)

value = instance.FontStyle

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FontStyles>
ReportExpression<T> オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間