Compartir a través de


Paragraph._ListStyle Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property _ListStyle As ListStyle 
    Get
'Uso
Dim instance As Paragraph 
Dim value As ListStyle 

value = instance._ListStyle
public ListStyle _ListStyle { get; }
public:
property ListStyle _ListStyle {
    ListStyle get ();
}
member _ListStyle : ListStyle
function get _ListStyle () : ListStyle

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ListStyle
A ListStyle object.

Vea también

Referencia

Paragraph Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel