Class BookmarkInfo
Inheritance
System.Object
BookmarkInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class BookmarkInfo
Constructors
BookmarkInfo()
Declaration
public BookmarkInfo()
Properties
Bookmark
Declaration
public string Bookmark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnNo
Declaration
public int ColumnNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContainerName
Declaration
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsTablixChild
Declaration
public bool IsTablixChild { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemName
Declaration
public string ItemName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LeftPosition
Declaration
public double LeftPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PageNo
Declaration
public int PageNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RowNo
Declaration
public int RowNo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TopPosition
Declaration
public double TopPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Dispose()
Declaration
public void Dispose()