Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the calculated value of the Direction property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property Direction As Directions
Get
Set
'Usage
Dim instance As StyleBaseInstance
Dim value As Directions
value = instance.Direction
instance.Direction = value
public abstract Directions Direction { get; set; }
public:
virtual property Directions Direction {
Directions get () abstract;
void set (Directions value) abstract;
}
abstract Direction : Directions with get, set
abstract function get Direction () : Directions
abstract function set Direction (value : Directions)
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Directions
A Directions value that represents the calculated value of the Direction property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace