[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IFrozen

IFrozen Interface

Represents an interface for report items that implement the frozen rows or columns feature.

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

Properties

Name Description
FrozenColumns

Gets the number of frozen columns.

FrozenRows

Gets the number of frozen rows.

Extension Methods