Share via


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 值,该值表示要访问的样式属性。

属性值

一个object,该对象表示指定的 StyleAttributeNames 属性的实例值。

适用于