Propriedade _ListStyle
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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.
Consulte também