StyleBaseInstance.FontWeight Propiedad
Gets the calculated value of the FontWeight property in a StyleBase class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride Property FontWeight As FontWeights
Get
Set
'Uso
Dim instance As StyleBaseInstance
Dim value As FontWeights
value = instance.FontWeight
instance.FontWeight = value
public abstract FontWeights FontWeight { get; set; }
public:
virtual property FontWeights FontWeight {
FontWeights get () abstract;
void set (FontWeights value) abstract;
}
abstract FontWeight : FontWeights with get, set
abstract function get FontWeight () : FontWeights
abstract function set FontWeight (value : FontWeights)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.FontWeights
A FontWeights value that represents the calculated value of the FontWeight property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering