Compartir a través de


ChartSmartLabel.AllowOutSidePlotArea Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property AllowOutSidePlotArea As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

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

Vea también

Referencia

ChartSmartLabel Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel