BorderInstance.Style 속성

정의

Style 클래스의 Border 속성에 대한 계산된 값을 가져오거나 설정합니다. set 접근자는 사용자 지정 보고서 항목을 만들 때만 사용할 수 있습니다.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles Style { Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::BorderStyles value); };
public Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles Style { get; set; }
member this.Style : Microsoft.ReportingServices.OnDemandReportRendering.BorderStyles with get, set
Public Property Style As BorderStyles

속성 값

BorderStyles 속성의 계산된 값을 나타내는 Style 값입니다.

적용 대상