Partager via


Propriété DockOutsideChartArea

Gets the calculated value of the DockOutsideChartArea property in a ChartLegend class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DockOutsideChartArea As Boolean
    Get
'Utilisation
Dim instance As ChartLegendInstance
Dim value As Boolean

value = instance.DockOutsideChartArea
public bool DockOutsideChartArea { get; }
public:
property bool DockOutsideChartArea {
    bool get ();
}
member DockOutsideChartArea : bool
function get DockOutsideChartArea () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value that represents the calculated value of the DockOutsideChartArea property.