TitleAngle プロパティ
タイトル テキストの角度を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property TitleAngle As ReportIntProperty
Get
'使用
Dim instance As ChartStripLine
Dim value As ReportIntProperty
value = instance.TitleAngle
public ReportIntProperty TitleAngle { get; }
public:
property ReportIntProperty^ TitleAngle {
ReportIntProperty^ get ();
}
member TitleAngle : ReportIntProperty
function get TitleAngle () : ReportIntProperty