Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Type of the cap.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CapStyle As ReportExpression(Of CapStyles)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<CapStyles>
A ReportExpression<T> object.