Свойство PointerCap.CapStyle
Type of the cap.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property CapStyle As ReportExpression(Of CapStyles)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<CapStyles>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel