Propriedade do RDL Paragraph._ListStyle
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether this paragraph is part of a list, and identifies the numbering type.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ListStyle
A ListStyle object.