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