Propriedade do RDL Subtype
Gets the calculated value of the Subtype property in a ChartSeries class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Subtype As ChartSeriesSubtype
Get
'Uso
Dim instance As ChartSeriesInstance
Dim value As ChartSeriesSubtype
value = instance.Subtype
public ChartSeriesSubtype Subtype { get; }
public:
property ChartSeriesSubtype Subtype {
ChartSeriesSubtype get ();
}
member Subtype : ChartSeriesSubtype
function get Subtype () : ChartSeriesSubtype
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartSeriesSubtype
A ChartSeriesSubtype value that represents the calculated value of the Subtype property.
Consulte também