Freigeben über


ChartLegendColumn.MaximumWidth-Eigenschaft

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

Gets an expression that evaluates to the maximum width of the chart legend column.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MaximumWidth As ReportSizeProperty 
    Get
'Usage
Dim instance As ChartLegendColumn 
Dim value As ReportSizeProperty 

value = instance.MaximumWidth
public ReportSizeProperty MaximumWidth { get; }
public:
property ReportSizeProperty^ MaximumWidth {
    ReportSizeProperty^ get ();
}
member MaximumWidth : ReportSizeProperty
function get MaximumWidth () : ReportSizeProperty

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the maximum width for the chart legend column.

Siehe auch

Verweis

ChartLegendColumn Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace