ClipToChartArea-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
The chart area inside which to clip the annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ClipToChartArea As ReportExpression
Get
Set
'Usage
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)
Eigenschaftenwert
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.