Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the major gridlines that should be displayed for this axis.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartMajorGridLines As ChartGridLines
Get
Set
'Utilisation
Dim instance As ChartAxis
Dim value As ChartGridLines
value = instance.ChartMajorGridLines
instance.ChartMajorGridLines = value
public ChartGridLines ChartMajorGridLines { get; set; }
public:
property ChartGridLines^ ChartMajorGridLines {
ChartGridLines^ get ();
void set (ChartGridLines^ value);
}
member ChartMajorGridLines : ChartGridLines with get, set
function get ChartMajorGridLines () : ChartGridLines
function set ChartMajorGridLines (value : ChartGridLines)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
A ChartGridLines object.