ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class ItemInfo

Contains properties to get or set the resource data.

Inheritance
System.Object
ItemInfo
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.Web.ReportDesigner
Assembly: BoldReports.Web.dll
Syntax
public class ItemInfo

Constructors

ItemInfo()

Declaration
public ItemInfo()

Properties

Data

Gets or sets the resource data as a byte array.

Declaration
public byte[] Data { get; set; }
Property Value
Type Description
System.Byte[]

A byte array that contains the resource data, such as file contents or binary data.

PostedFile

Gets or sets the resource data as an HttpPostedFile.

Declaration
public HttpPostedFile PostedFile { get; set; }
Property Value
Type Description
System.Web.HttpPostedFile

An instance of System.Web.HttpPostedFile representing the uploaded file. This file is typically received from a client's HTTP request.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved