Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.