Поделиться через


Свойство BorderInstance.Style

Gets or sets the calculated value of the Style property in a Border class. The set accessor can be used only when creating custom report items.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Property Style As BorderStyles 
    Get 
    Set
'Применение
Dim instance As BorderInstance 
Dim value As BorderStyles 

value = instance.Style

instance.Style = value
public BorderStyles Style { get; set; }
public:
property BorderStyles Style {
    BorderStyles get ();
    void set (BorderStyles value);
}
member Style : BorderStyles with get, set
function get Style () : BorderStyles 
function set Style (value : BorderStyles)

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles
A BorderStyles value that represents the calculated value of the Style property.

См. также

Справочник

BorderInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering