ImageData.Explicit(ImageData to Byte[]) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an ImageData to a byte array.
public:
static explicit operator cli::array <System::Byte> ^(Microsoft::ReportingServices::RdlObjectModel::ImageData value);
public static explicit operator byte[] (Microsoft.ReportingServices.RdlObjectModel.ImageData value);
static member op_Explicit : Microsoft.ReportingServices.RdlObjectModel.ImageData -> byte[]
Public Shared Narrowing Operator CType (value As ImageData) As Byte()
Parameters
Returns
Byte[]
A byte array.
Remarks
The equivalent method for this operator is ?qualifyHint=True&autoUpgrade=False