言語

StyleInstance.Item[StyleAttributeNames] プロパティ

定義

指定された StyleAttributeNames プロパティのインスタンス値を取得します。

public:
 virtual property System::Object ^ default[Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames] { System::Object ^ get(Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames style); };
public override object this[Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames style] { get; }
member this.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames) : obj
Default Public Overrides ReadOnly Property Item(style As StyleAttributeNames) As Object

パラメーター

style
StyleAttributeNames

アクセスのスタイル属性を表す StyleAttributeNames 値です。

プロパティ値

指定されたStyleAttributeNamesプロパティのインスタンス値を表現するobjectです。

適用対象