Language

StyleBase.Item[StyleAttributeNames] プロパティ

定義

スタイル属性を得ます。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty ^ default[Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames] { Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty ^ get(Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames style); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty this[Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames style] { get; }
member this.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames) : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Default Public MustOverride ReadOnly Property Item(style As StyleAttributeNames) As ReportProperty

パラメーター

style
StyleAttributeNames

スタイル属性を手に入れましょう。

プロパティ値

スタイル属性を表す StyleAttributeNames 列挙の列挙価値の一つです。

適用対象