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 the calculated value of the TextAlign property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property TextAlign As TextAlignments
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.TextAlignments
A TextAlignments value that represents the calculated value of the TextAlign property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace