Propriedade _FontWeight
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property _FontWeight As FontWeights
Get
'Uso
Dim instance As TextRun
Dim value As FontWeights
value = instance._FontWeight
public FontWeights _FontWeight { get; }
public:
property FontWeights _FontWeight {
FontWeights get ();
}
member _FontWeight : FontWeights
function get _FontWeight () : FontWeights
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .FontWeights
A FontWeights object.
Consulte também