Compartir a través de


Style.FontWeight Propiedad

Gets or sets the thickness of the font.

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

Sintaxis

'Declaración
Public Property FontWeight As ReportExpression(Of FontWeights)
    Get 
    Set
'Uso
Dim instance As Style 
Dim value As ReportExpression(Of FontWeights)

value = instance.FontWeight

instance.FontWeight = value
public ReportExpression<FontWeights> FontWeight { get; set; }
public:
property ReportExpression<FontWeights> FontWeight {
    ReportExpression<FontWeights> get ();
    void set (ReportExpression<FontWeights> value);
}
member FontWeight : ReportExpression<FontWeights> with get, set
function get FontWeight () : ReportExpression<FontWeights>
function set FontWeight (value : ReportExpression<FontWeights>)

Valor de la propiedad

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

Vea también

Referencia

Style Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel