Style.FontFamily Property
Name of the font family.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FontFamily As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.