Proprietà Style.FontFamily
Gets or sets the name of the font family.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property FontFamily As ReportExpression
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.