Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property AllowOutSidePlotArea As ReportEnumProperty(Of ChartAllowOutsideChartArea)
Get
‘사용 방법
Dim instance As ChartSmartLabel
Dim value As ReportEnumProperty(Of ChartAllowOutsideChartArea)
value = instance.AllowOutSidePlotArea
public ReportEnumProperty<ChartAllowOutsideChartArea> AllowOutSidePlotArea { get; }
public:
property ReportEnumProperty<ChartAllowOutsideChartArea>^ AllowOutSidePlotArea {
ReportEnumProperty<ChartAllowOutsideChartArea>^ get ();
}
member AllowOutSidePlotArea : ReportEnumProperty<ChartAllowOutsideChartArea>
function get AllowOutSidePlotArea () : ReportEnumProperty<ChartAllowOutsideChartArea>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAllowOutsideChartArea>
A ReportEnumProperty<EnumType> object.