Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Microsoft.ReportingServices.OnDemandReportRendering-Namespace