Proprietà ChartSeriesInstance.Style
Gets the calculated value of the Style property in a ChartSeries class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Style As StyleInstance
Get
'Utilizzo
Dim instance As ChartSeriesInstance
Dim value As StyleInstance
value = instance.Style
public StyleInstance Style { get; }
public:
property StyleInstance^ Style {
StyleInstance^ get ();
}
member Style : StyleInstance
function get Style () : StyleInstance
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.StyleInstance
A StyleInstance value that represents the calculated value of the Style property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering