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