Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Style to use when drawing the callout lines.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CalloutStyle As ReportExpression(Of ChartCalloutStyles)
Get
Set
'Usage
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartCalloutStyles)
value = instance.CalloutStyle
instance.CalloutStyle = value
public ReportExpression<ChartCalloutStyles> CalloutStyle { get; set; }
public:
property ReportExpression<ChartCalloutStyles> CalloutStyle {
ReportExpression<ChartCalloutStyles> get ();
void set (ReportExpression<ChartCalloutStyles> value);
}
member CalloutStyle : ReportExpression<ChartCalloutStyles> with get, set
function get CalloutStyle () : ReportExpression<ChartCalloutStyles>
function set CalloutStyle (value : ReportExpression<ChartCalloutStyles>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutStyles>
A ReportExpression<T> object.