AllowOutSidePlotArea Propiedad
Gets the calculated value of the AllowOutSidePlotArea property in a ChartSmartLabel class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property AllowOutSidePlotArea As ChartAllowOutsideChartArea
Get
'Uso
Dim instance As ChartSmartLabelInstance
Dim value As ChartAllowOutsideChartArea
value = instance.AllowOutSidePlotArea
public ChartAllowOutsideChartArea AllowOutSidePlotArea { get; }
public:
property ChartAllowOutsideChartArea AllowOutSidePlotArea {
ChartAllowOutsideChartArea get ();
}
member AllowOutSidePlotArea : ChartAllowOutsideChartArea
function get AllowOutSidePlotArea () : ChartAllowOutsideChartArea
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAllowOutsideChartArea
A ChartAllowOutsideChartArea value that represents the calculated value of the AllowOutSidePlotArea property.