Class BookmarkInfo
Inheritance
System.Object
BookmarkInfo
Assembly: BoldReports.Web.dll
Syntax
public class BookmarkInfo : Object
Constructors
BookmarkInfo()
Declaration
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