Propriedade do RDL ChartDataPoint.Style
Gets the style properties of this report definition object.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property Style As Style
Get
'Uso
Dim instance As ChartDataPoint
Dim value As Style
value = instance.Style
public abstract Style Style { get; }
public:
virtual property Style^ Style {
Style^ get () abstract;
}
abstract Style : Style
abstract function get Style () : Style
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style properties of this report definition object.
Implementa
IROMStyleDefinitionContainer.Style
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering