Propriété AutoLayout
Indicates automatic layout should be used for elements in the gauge panel.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AutoLayout As ReportBoolProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi