StyleBase.FontFamily Property

Gets an expression that evaluates to the name of the font family.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property FontFamily As ReportStringProperty
    Get
'Usage
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