Compartir a través de


Style.FontStyle Propiedad

Gets or sets the font style.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property FontStyle As ReportExpression(Of FontStyles)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FontStyles>
A ReportExpression<T> object.

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel