2012-12-31 120 views
0

請說明如何在運行時的水晶報表使用C#負荷圖像

private void LoadImage(DataRow objDataRow, 
           string strImageField, string FilePath) 
{ 
    FileStream fs = new FileStream(FilePath, 
          System.IO.FileMode.Open, System.IO.FileAccess.Read); 
} 

回答