Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the major grid lines for the chart axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MajorGridLines As ChartGridLines
Get
'Usage
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.MajorGridLines
public ChartGridLines MajorGridLines { get; }
public:
property ChartGridLines^ MajorGridLines {
ChartGridLines^ get ();
}
member MajorGridLines : ChartGridLines
function get MajorGridLines () : ChartGridLines
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartGridLines
A ChartGridLines object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace