Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an expression that evaluates to the horizontal alignment of the text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property TextAlign As ReportEnumProperty(Of TextAlignments)
Get
'Usage
Dim instance As Style
Dim value As ReportEnumProperty(Of TextAlignments)
value = instance.TextAlign
public override ReportEnumProperty<TextAlignments> TextAlign { get; }
public:
virtual property ReportEnumProperty<TextAlignments>^ TextAlign {
ReportEnumProperty<TextAlignments>^ get () override;
}
abstract TextAlign : ReportEnumProperty<TextAlignments>
override TextAlign : ReportEnumProperty<TextAlignments>
override function get TextAlign () : ReportEnumProperty<TextAlignments>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextAlignments>
A ReportEnumProperty<EnumType> object that represents the horizontal alignment of the text.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace