Class ReportItemBaseModel
Inheritance
System.Object
ReportItemBaseModel
Assembly: BoldReports.UWP.dll
Syntax
public class ReportItemBaseModel : Object
Constructors
ReportItemBaseModel()
Declaration
public ReportItemBaseModel()
Properties
CanGrow
Declaration
public bool CanGrow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EmbedImageData
Declaration
public bool EmbedImageData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasDrillThrough
Declaration
public bool HasDrillThrough { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTablixChild
Declaration
public bool IsTablixChild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTablixInnerChild
Declaration
public bool IsTablixInnerChild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemType
Declaration
public string ItemType { get; set; }
Property Value
Type |
Description |
System.String |
|
JsonValue
Declaration
public object JsonValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
Left
Declaration
public double Left { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportServiceUrl
Declaration
public static string ReportServiceUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Top
Declaration
public double Top { get; set; }
Property Value
Type |
Description |
System.Double |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetResource(String, Boolean)
Declaration
public Task GetResource(string ImageUrl, bool isBackground)
Parameters
Type |
Name |
Description |
System.String |
ImageUrl |
|
System.Boolean |
isBackground |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
RaiseGetResourceCompleted(Byte[], Boolean)
Declaration
public void RaiseGetResourceCompleted(byte[] result, bool isBackground)
Parameters
Type |
Name |
Description |
System.Byte[] |
result |
|
System.Boolean |
isBackground |
|