Свойство FontStyle
Font style.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property FontStyle As ReportExpression(Of FontStyles)
Get
Set
'Применение
Dim instance As Style
Dim value As ReportExpression(Of FontStyles)
value = instance.FontStyle
instance.FontStyle = value
public ReportExpression<FontStyles> FontStyle { get; set; }
public:
property ReportExpression<FontStyles> FontStyle {
ReportExpression<FontStyles> get ();
void set (ReportExpression<FontStyles> value);
}
member FontStyle : ReportExpression<FontStyles> with get, set
function get FontStyle () : ReportExpression<FontStyles>
function set FontStyle (value : ReportExpression<FontStyles>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'FontStyles> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.