共用方式為


DockOffset 屬性

Gets an expression that evaluates to the offset from the dock location, as a percentage of the chart size.

命名空間:  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