次の方法で共有


Style.Item[StyleAttributeNames] プロパティ

定義

指定したスタイルのスタイル属性を取得します。

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

パラメーター

style
StyleAttributeNames

取得するスタイル属性。

プロパティ値

指定したスタイルのスタイル属性を表す StyleAttributeNames オブジェクト。

適用対象