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 a value that indicates whether to use strip lines for every other grid line, tick mark, or label interval of the axis.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property Interlaced As ReportExpression(Of Boolean)
Get
Set
'Utilisation
Dim instance As ChartAxis
Dim value As ReportExpression(Of Boolean)
value = instance.Interlaced
instance.Interlaced = value
public ReportExpression<bool> Interlaced { get; set; }
public:
property ReportExpression<bool> Interlaced {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member Interlaced : ReportExpression<bool> with get, set
function get Interlaced () : ReportExpression<boolean>
function set Interlaced (value : ReportExpression<boolean>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.