Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the strip lines for the axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property StripLines As ChartStripLineCollection
Get
'Usage
Dim instance As ChartAxis
Dim value As ChartStripLineCollection
value = instance.StripLines
public ChartStripLineCollection StripLines { get; }
public:
property ChartStripLineCollection^ StripLines {
ChartStripLineCollection^ get ();
}
member StripLines : ChartStripLineCollection
function get StripLines () : ChartStripLineCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartStripLineCollection
A ChartStripLineCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace