Freigeben über


ReportElement.Style-Eigenschaft

Gets the style properties of this report definition object.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Style As Style 
    Get
'Usage
Dim instance As ReportElement 
Dim value As Style 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object that represents the style properties of this report definition object.

Implementiert

IROMStyleDefinitionContainer.Style

Siehe auch

Verweis

ReportElement Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace