此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
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>)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.