共用方式為


ChartLegendColumn.MaximumWidth 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the maximum column width.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property MaximumWidth As ReportExpression(Of ReportSize)
    Get 
    Set
'用途
Dim instance As ChartLegendColumn 
Dim value As ReportExpression(Of ReportSize)

value = instance.MaximumWidth

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
A ReportExpression<T> object.

請參閱

參考

ChartLegendColumn 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間