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.
Indicates the orientation of the text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextOrientation As ReportExpression(Of TextOrientations)
Get
Set
'Usage
Dim instance As ChartTitle
Dim value As ReportExpression(Of TextOrientations)
value = instance.TextOrientation
instance.TextOrientation = value
public ReportExpression<TextOrientations> TextOrientation { get; set; }
public:
property ReportExpression<TextOrientations> TextOrientation {
ReportExpression<TextOrientations> get ();
void set (ReportExpression<TextOrientations> value);
}
member TextOrientation : ReportExpression<TextOrientations> with get, set
function get TextOrientation () : ReportExpression<TextOrientations>
function set TextOrientation (value : ReportExpression<TextOrientations>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<TextOrientations>
A ReportExpression<T> object.