Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the font family.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FontFamily As ReportExpression
Get
Set
'Usage
Dim instance As Style
Dim value As ReportExpression
value = instance.FontFamily
instance.FontFamily = value
public ReportExpression FontFamily { get; set; }
public:
property ReportExpression FontFamily {
ReportExpression get ();
void set (ReportExpression value);
}
member FontFamily : ReportExpression with get, set
function get FontFamily () : ReportExpression
function set FontFamily (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.