Proprietà Style.FontWeight

Gets or sets the thickness of the font.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property FontWeight As ReportExpression(Of FontWeights)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

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

Vedere anche

Riferimento

Style Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel