次の方法で共有


StyleBaseInstance.Item[StyleAttributeNames] プロパティ

定義

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

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

パラメーター

style
StyleAttributeNames

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

プロパティ値

指定した StyleAttributeNames プロパティのインスタンス値を表す object

適用対象