共用方式為


Tablix.LeftMargin 屬性

Gets the width of the left margin.

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

語法

'宣告
Public ReadOnly Property LeftMargin As ReportSizeProperty 
    Get
'用途
Dim instance As Tablix 
Dim value As ReportSizeProperty 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Returns ReportSizeProperty.

請參閱

參考

Tablix 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間