Compartilhar via


Propriedade do RDL MapSubItem.Style

Gets the style information for the subitem.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Style As Style 
    Get
'Uso
Dim instance As MapSubItem 
Dim value As Style 

value = instance.Style
public Style Style { get; }
public:
virtual property Style^ Style {
    Style^ get () sealed;
}
abstract Style : Style 
override Style : Style
final function get Style () : Style

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style information for the subitem.

Implementa

IROMStyleDefinitionContainer.Style

Consulte também

Referência

MapSubItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering