Propriedade ClipToChartArea
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
The chart area inside which to clip the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property ClipToChartArea As ReportExpression
Get
Set
'Uso
Dim instance As ChartAnnotation
Dim value As ReportExpression
value = instance.ClipToChartArea
instance.ClipToChartArea = value
public ReportExpression ClipToChartArea { get; set; }
public:
property ReportExpression ClipToChartArea {
ReportExpression get ();
void set (ReportExpression value);
}
member ClipToChartArea : ReportExpression with get, set
function get ClipToChartArea () : ReportExpression
function set ClipToChartArea (value : ReportExpression)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
Consulte também