[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag

IPropertyBag Interface

Represents a way to retrieve property values.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IPropertyBag

Properties

Name Description
PropertyNames

Gets the names of the properties contained in the bag.

Methods

Name Description
GetPropertyContent(string)

Gets the content for the named property without evaluation.

GetValue(string)

Gets the value for the named property.

Extension Methods