Propriedade AutoLayout
Gets the calculated value of the AutoLayout property in a GaugePanel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property AutoLayout As Boolean
Get
'Uso
Dim instance As GaugePanelInstance
Dim value As Boolean
value = instance.AutoLayout
public bool AutoLayout { get; }
public:
property bool AutoLayout {
bool get ();
}
member AutoLayout : bool
function get AutoLayout () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the AutoLayout property.
Consulte também