Proprietà ChartSmartLabel.AllowOutSidePlotArea

Indicates whether data point labels can be drawn outside of the plot area.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property AllowOutSidePlotArea As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAllowOutSidePlotAreaTypes>
A ReportExpression<T> object.

Vedere anche

Riferimento

ChartSmartLabel Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel