Style プロパティ
罫線のスタイルを取得します (特定の辺に対するオーバーライドがない場合)。
名前空間: 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< (Of < ( <'BorderStyles> ) > ) >
ReportEnumProperty<(Of <(<'EnumType>)>)> オブジェクト。