Propriedade do RDL CalloutLineAnchor
Shape that should be drawn on the point end of the callout line.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property CalloutLineAnchor As ReportExpression(Of ChartCalloutLineAnchorTypes)
Get
Set
'Uso
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartCalloutLineAnchorTypes)
value = instance.CalloutLineAnchor
instance.CalloutLineAnchor = value
public ReportExpression<ChartCalloutLineAnchorTypes> CalloutLineAnchor { get; set; }
public:
property ReportExpression<ChartCalloutLineAnchorTypes> CalloutLineAnchor {
ReportExpression<ChartCalloutLineAnchorTypes> get ();
void set (ReportExpression<ChartCalloutLineAnchorTypes> value);
}
member CalloutLineAnchor : ReportExpression<ChartCalloutLineAnchorTypes> with get, set
function get CalloutLineAnchor () : ReportExpression<ChartCalloutLineAnchorTypes>
function set CalloutLineAnchor (value : ReportExpression<ChartCalloutLineAnchorTypes>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'ChartCalloutLineAnchorTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Consulte também