ChartLegendCustomItemCell.TopMargin 属性
此 API 支持 基础结构,但不能通过代码直接使用。
The top margin.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property TopMargin As ReportExpression(Of Integer)
Get
Set
用法
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)
value = instance.TopMargin
instance.TopMargin = value
public ReportExpression<int> TopMargin { get; set; }
public:
property ReportExpression<int> TopMargin {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member TopMargin : ReportExpression<int> with get, set
function get TopMargin () : ReportExpression<int>
function set TopMargin (value : ReportExpression<int>)