Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the style properties of the page.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Style As Style
Get
'Usage
Dim instance As Page
Dim value As Style
value = instance.Style
public override Style Style { get; }
public:
virtual property Style^ Style {
Style^ get () override;
}
abstract Style : Style
override Style : Style
override function get Style () : Style
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Style
A Style object.
Implements
IROMStyleDefinitionContainer.Style
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace