Свойство StyleBase.FontFamily
Gets an expression that evaluates to the name of the font family.
Пространство имен: 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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the name of the font family.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering