AutoLayout 속성
Indicates automatic layout should be used for elements in the gauge panel.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property AutoLayout As ReportBoolProperty
Get
‘사용 방법
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