次の方法で共有


Style.FontFamily プロパティ

フォント ファミリの名前に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Overrides ReadOnly Property FontFamily As ReportStringProperty 
    Get
'使用
Dim instance As Style 
Dim value As ReportStringProperty 

value = instance.FontFamily
public override ReportStringProperty FontFamily { get; }
public:
virtual property ReportStringProperty^ FontFamily {
    ReportStringProperty^ get () override;
}
abstract FontFamily : ReportStringProperty 
override FontFamily : ReportStringProperty
override function get FontFamily () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
フォント ファミリの名前を表す ReportStringProperty オブジェクト。

関連項目

参照

Style クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間