Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Shape that should be drawn on the point end of the callout line.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CalloutLineAnchor As ReportExpression(Of ChartCalloutLineAnchorTypes)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutLineAnchorTypes>
A ReportExpression<T> object.