StyleBaseInstance.Item[StyleAttributeNames] Property

Definition

Gets the instance value for the specified StyleAttributeNames property.

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

Parameters

style
StyleAttributeNames

A StyleAttributeNames value that represents the style attribute to access.

Property Value

An object that represents the instance value for the specified StyleAttributeNames property.

Applies to