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

要取得的樣式屬性。

屬性值

ReportProperty

StyleAttributeNames 物件,表示指定樣式的樣式屬性。

適用於