Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Indicates whether data point labels can be drawn outside of the plot area.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property AllowOutSidePlotArea As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartAllowOutSidePlotAreaTypes>
A ReportExpression<T> object.