Freigeben über


ChartLegendColumn.MaximumWidth-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the maximum column width.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MaximumWidth As ReportExpression(Of ReportSize)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegendColumn Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace