Właściwość StyleBaseInstance.TextAlign
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public MustOverride Property TextAlign As TextAlignments
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments
A TextAlignments wartości reprezentującej obliczonej wartości TextAlign właściwość.
Zobacz także