DockOffset プロパティ
ドッキング位置からのオフセットをグラフ サイズの割合で表したもの。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property DockOffset As ReportIntProperty
Get
'使用
Dim instance As ChartTitle
Dim value As ReportIntProperty
value = instance.DockOffset
public ReportIntProperty DockOffset { get; }
public:
property ReportIntProperty^ DockOffset {
ReportIntProperty^ get ();
}
member DockOffset : ReportIntProperty
function get DockOffset () : ReportIntProperty