StyleBaseInstance.Item[StyleAttributeNames] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il valore di istanza per la proprietà StyleAttributeNames specificata.
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
Parametri
- style
- StyleAttributeNames
Valore StyleAttributeNames che rappresenta l'attributo di stile per l'accesso.
Valore della proprietà
Valore object che rappresenta il valore di istanza della proprietà StyleAttributeNames specificata.