Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates the orientation of the title 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 ChartStripLine
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.