Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the font style.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FontStyle As ReportExpression(Of FontStyles)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FontStyles>
A ReportExpression<T> object.