Proprietà AutoLayout
Indicates automatic layout should be used for elements in the gauge panel.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AutoLayout As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche