Właściwość ChartSmartLabel.AllowOutSidePlotArea
Wskazuje, czy punkt etykiet można wyciągnąć z poza obszar kreślenia.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property AllowOutSidePlotArea As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
Get
Set
'Użycie
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
value = instance.AllowOutSidePlotArea
instance.AllowOutSidePlotArea = value
public ReportExpression<ChartAllowOutSidePlotAreaTypes> AllowOutSidePlotArea { get; set; }
public:
property ReportExpression<ChartAllowOutSidePlotAreaTypes> AllowOutSidePlotArea {
ReportExpression<ChartAllowOutSidePlotAreaTypes> get ();
void set (ReportExpression<ChartAllowOutSidePlotAreaTypes> value);
}
member AllowOutSidePlotArea : ReportExpression<ChartAllowOutSidePlotAreaTypes> with get, set
function get AllowOutSidePlotArea () : ReportExpression<ChartAllowOutSidePlotAreaTypes>
function set AllowOutSidePlotArea (value : ReportExpression<ChartAllowOutSidePlotAreaTypes>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAllowOutSidePlotAreaTypes>
A ReportExpression<T> obiektu.
Zobacz także