Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.