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