共用方式為


ChartTitle.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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

請參閱

參考

ChartTitle 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間