다음을 통해 공유


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.