共用方式為


CapImage.OffsetX 屬性

X offset in the image for the cap origin.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property OffsetX As ReportSizeProperty 
    Get
'用途
Dim instance As CapImage 
Dim value As ReportSizeProperty 

value = instance.OffsetX
public ReportSizeProperty OffsetX { get; }
public:
property ReportSizeProperty^ OffsetX {
    ReportSizeProperty^ get ();
}
member OffsetX : ReportSizeProperty
function get OffsetX () : ReportSizeProperty

屬性值

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

請參閱

參考

CapImage 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間