Свойство Border.Style
Gets the style properties of this report definition object.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Style As ReportExpression(Of BorderStyles)
Get
Set
'Применение
Dim instance As Border
Dim value As ReportExpression(Of BorderStyles)
value = instance.Style
instance.Style = value
public ReportExpression<BorderStyles> Style { get; set; }
public:
property ReportExpression<BorderStyles> Style {
ReportExpression<BorderStyles> get ();
void set (ReportExpression<BorderStyles> value);
}
member Style : ReportExpression<BorderStyles> with get, set
function get Style () : ReportExpression<BorderStyles>
function set Style (value : ReportExpression<BorderStyles>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BorderStyles>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel