Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the image to use for the frame background.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FrameImage As FrameImage
Get
'Usage
Dim instance As BackFrame
Dim value As FrameImage
value = instance.FrameImage
public FrameImage FrameImage { get; }
public:
property FrameImage^ FrameImage {
FrameImage^ get ();
}
member FrameImage : FrameImage
function get FrameImage () : FrameImage
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.FrameImage
A FrameImage object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace