Compartir a través de


ParagraphInstance.ListStyle Propiedad

Gets the calculated value of the ListStyle property in a Paragraph class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property ListStyle As ListStyle 
    Get
'Uso
Dim instance As ParagraphInstance 
Dim value As ListStyle 

value = instance.ListStyle
public virtual ListStyle ListStyle { get; }
public:
virtual property ListStyle ListStyle {
    ListStyle get ();
}
abstract ListStyle : ListStyle 
override ListStyle : ListStyle
function get ListStyle () : ListStyle

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ListStyle
A ListStyle value that represents the calculated value of the ListStyle property.

Vea también

Referencia

ParagraphInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering