Proprietà DockOutsideChartArea
Indicates the title should be docked outside the chart area rather than inside the chart area.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DockOutsideChartArea As ReportBoolProperty
Get
'Utilizzo
Dim instance As ChartTitle
Dim value As ReportBoolProperty
value = instance.DockOutsideChartArea
public ReportBoolProperty DockOutsideChartArea { get; }
public:
property ReportBoolProperty^ DockOutsideChartArea {
ReportBoolProperty^ get ();
}
member DockOutsideChartArea : ReportBoolProperty
function get DockOutsideChartArea () : ReportBoolProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche