Свойство Style.FontFamily
Gets or sets the name of the font family.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property FontFamily As ReportExpression
Get
Set
'Применение
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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel