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 of the callout line.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CalloutLineStyle As ReportExpression(Of ChartCalloutLineStyles)
Get
Set
'Usage
Dim instance As ChartSmartLabel
Dim value As ReportExpression(Of ChartCalloutLineStyles)
value = instance.CalloutLineStyle
instance.CalloutLineStyle = value
public ReportExpression<ChartCalloutLineStyles> CalloutLineStyle { get; set; }
public:
property ReportExpression<ChartCalloutLineStyles> CalloutLineStyle {
ReportExpression<ChartCalloutLineStyles> get ();
void set (ReportExpression<ChartCalloutLineStyles> value);
}
member CalloutLineStyle : ReportExpression<ChartCalloutLineStyles> with get, set
function get CalloutLineStyle () : ReportExpression<ChartCalloutLineStyles>
function set CalloutLineStyle (value : ReportExpression<ChartCalloutLineStyles>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutLineStyles>
A ReportExpression<T> object.