Właściwość PointerCap.CapStyle
Typ trzonka.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property CapStyle As ReportExpression(Of CapStyles)
Get
Set
'Użycie
Dim instance As PointerCap
Dim value As ReportExpression(Of CapStyles)
value = instance.CapStyle
instance.CapStyle = value
public ReportExpression<CapStyles> CapStyle { get; set; }
public:
property ReportExpression<CapStyles> CapStyle {
ReportExpression<CapStyles> get ();
void set (ReportExpression<CapStyles> value);
}
member CapStyle : ReportExpression<CapStyles> with get, set
function get CapStyle () : ReportExpression<CapStyles>
function set CapStyle (value : ReportExpression<CapStyles>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<CapStyles>
A ReportExpression<T> obiektu.