Compartir a través de


StyleBaseInstance.TextAlign Propiedad

Gets the calculated value of the TextAlign 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 TextAlign As TextAlignments 
    Get 
    Set
'Uso
Dim instance As StyleBaseInstance 
Dim value As TextAlignments 

value = instance.TextAlign

instance.TextAlign = value
public abstract TextAlignments TextAlign { get; set; }
public:
virtual property TextAlignments TextAlign {
    TextAlignments get () abstract;
    void set (TextAlignments value) abstract;
}
abstract TextAlign : TextAlignments with get, set
abstract function get TextAlign () : TextAlignments 
abstract function set TextAlign (value : TextAlignments)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments
A TextAlignments value that represents the calculated value of the TextAlign property.

Vea también

Referencia

StyleBaseInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering