Rotation プロパティ
ラベル テキストの回転角度。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Rotation As ReportIntProperty
Get
'使用
Dim instance As ChartDataLabel
Dim value As ReportIntProperty
value = instance.Rotation
public ReportIntProperty Rotation { get; }
public:
property ReportIntProperty^ Rotation {
ReportIntProperty^ get ();
}
member Rotation : ReportIntProperty
function get Rotation () : ReportIntProperty