ChartLegendCustomItemCell.SymbolWidth 属性

此 API 支持 基础结构,但不能通过代码直接使用。

The width of the symbol in the cell.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property SymbolWidth As ReportExpression(Of Integer)
    Get
    Set
用法
Dim instance As ChartLegendCustomItemCell
Dim value As ReportExpression(Of Integer)

value = instance.SymbolWidth

instance.SymbolWidth = value
public ReportExpression<int> SymbolWidth { get; set; }
public:
property ReportExpression<int> SymbolWidth {
    ReportExpression<int> get ();
    void set (ReportExpression<int> value);
}
member SymbolWidth : ReportExpression<int> with get, set
function get SymbolWidth () : ReportExpression<int>
function set SymbolWidth (value : ReportExpression<int>)