IROMStyleDefinitionContainer.Style Property

Gets the style definition.

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

Syntax

'Declaration
ReadOnly Property Style As Style 
    Get
'Usage
Dim instance As IROMStyleDefinitionContainer 
Dim value As Style 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object.

See Also

Reference

IROMStyleDefinitionContainer Interface

Microsoft.ReportingServices.OnDemandReportRendering Namespace