Свойство Border.Style
Gets an expression that evaluates to the style of the border (unless overridden for a specific side).
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Style As ReportEnumProperty(Of BorderStyles)
Get
'Применение
Dim instance As Border
Dim value As ReportEnumProperty(Of BorderStyles)
value = instance.Style
public ReportEnumProperty<BorderStyles> Style { get; }
public:
property ReportEnumProperty<BorderStyles>^ Style {
ReportEnumProperty<BorderStyles>^ get ();
}
member Style : ReportEnumProperty<BorderStyles>
function get Style () : ReportEnumProperty<BorderStyles>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<BorderStyles>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering