Freigeben über


GaugePanel.AutoLayout-Eigenschaft

Indicates automatic layout should be used for elements in the gauge panel.

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

Syntax

'Declaration
Public ReadOnly Property AutoLayout As ReportBoolProperty 
    Get
'Usage
Dim instance As GaugePanel 
Dim value As ReportBoolProperty 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Siehe auch

Verweis

GaugePanel Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace