Właściwość ChartSmartLabel.CalloutStyle
Styl podczas rysowania linii objaśnienia.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property CalloutStyle As ReportExpression(Of ChartCalloutStyles)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartCalloutStyles>
A ReportExpression<T> obiektu.
Zobacz także