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