Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the style information for the subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Style As Style
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style information for the subitem.
Implementiert
IROMStyleDefinitionContainer.Style
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace