此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
The left margin.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property LeftMargin As ReportExpression(Of Integer)
Get
Set
'用途
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.LeftMargin
instance.LeftMargin = value
public ReportExpression<int> LeftMargin { get; set; }
public:
property ReportExpression<int> LeftMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member LeftMargin : ReportExpression<int> with get, set
function get LeftMargin () : ReportExpression<int>
function set LeftMargin (value : ReportExpression<int>)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.