Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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