FontFamily プロパティ
フォント ファミリの名前に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public MustOverride ReadOnly Property FontFamily As ReportStringProperty
Get
'使用
Dim instance As StyleBase
Dim value As ReportStringProperty
value = instance.FontFamily
public abstract ReportStringProperty FontFamily { get; }
public:
virtual property ReportStringProperty^ FontFamily {
ReportStringProperty^ get () abstract;
}
abstract FontFamily : ReportStringProperty
abstract function get FontFamily () : ReportStringProperty