StyleInstance.StyleAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calculated value of the NonSharedStyleAttributes property in a Style class.
public:
virtual property System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ StyleAttributes { System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ get(); };
public override System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> StyleAttributes { get; }
member this.StyleAttributes : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Public Overrides ReadOnly Property StyleAttributes As List(Of StyleAttributeNames)
Property Value
A List<T> that contains StyleAttributeNames specific to this instance.