Propriété ListLevel
Indicates the numbering style and/or indentation level.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ListLevel As Integer
Get
Set
'Utilisation
Dim instance As Paragraph
Dim value As Integer
value = instance.ListLevel
instance.ListLevel = value
public int ListLevel { get; set; }
public:
property int ListLevel {
int get ();
void set (int value);
}
member ListLevel : int with get, set
function get ListLevel () : int
function set ListLevel (value : int)
Valeur de propriété
Type : System. . :: . .Int32
An int value.