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 or sets the properties shared by all report items derived from the same report item in the definition.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable Property SharedProperties As StyleProperties
Get
Set
'Usage
Dim instance As StyleBase
Dim value As StyleProperties
value = instance.SharedProperties
instance.SharedProperties = value
public virtual StyleProperties SharedProperties { get; set; }
public:
virtual property StyleProperties^ SharedProperties {
StyleProperties^ get ();
void set (StyleProperties^ value);
}
abstract SharedProperties : StyleProperties with get, set
override SharedProperties : StyleProperties with get, set
function get SharedProperties () : StyleProperties
function set SharedProperties (value : StyleProperties)
Property Value
Type: Microsoft.ReportingServices.ReportRendering.StyleProperties
A StyleProperties collection.