Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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